Hi! I am a bit used to java but i wish to write programs for cellphones Which needs CLDC and MIDP midp is easy to download but i just cant get to find were to...
Hi, I want your feedback about this Coding Practice * Consider all classes are in same package //First class public class Good{ public void go(Good goo){ } } ...
Why would you do this? When you code a non-static method with n parameters, implicitly n+1 are passed (the first argument is always "this"). So, in your line ...
I am writing an Ant script that needs to perform several validation and quality checks on code. This includes source code analysis as well as digging in and...
CLDC is a profile for cell phones it depends phone's processor .If processor is 16 bit CLDC does not support floating point processing so phone support CLDC...
i need presentation about java J2EE running like how it convert code from sours code to be an web application and the server running i need Simple book or...
joo.go (joo); Yes,i understand. But i want to pass the "joo" object as a parameter to another method in "go()" method like below: public class Good{ ... ...
... Try "Thinking in Java." I believe it is in revision 4 now, but the author put earlier revisions on-line so you can test drive them for free. Loyal...
Hi all, Sorry coz I m new to this group and have a basic question. I wrote an applet that its task is to authenticate user and is located in login page (fisrt...
You dont need to pass the joo object as parameter, since, you can refer to the current object by using "this" keyword. Regards. On Sat, Apr 4, 2009 at 6:14 AM,...
How about this: public class Good { public void go () { x.record (this); //Some Method, x is the object it belongs to. } } Plus, you do not even have to do...
iam using jdk SE 1.6. iam facing problem with JVM as after success full compilation and generation of class file, when i want to execute it with java...
Trying searching 'Core Servlets And JSP' over google.. you can find an free version of this book over internet.. I found this book good for starting up and...
Hi, This is a class path problem. set the calsspath currectly. you can set JVM manually you can install both version of java in your machine but u can...
Hi everybody, I have a problem with updating a text in a JTextField. After calling setText() I have a really big "for" and I can not see my update on the...
... It has been a while since I did plain old Swing/AWT work, usually I have a framework or toolkit sitting between me and it... but the general idea per the...
i need presentation how java work with virtual machine at J2EE as a research topic in my university thanks for all replied my [Non-text portions of this...
What class is not found? This error means that your classpath is not set properly. -Java Guy ... full compilation and generation of class file, when i want to...
Rather than use an Applet, if it's causing performance heartache, why not do the authentication on the server? It's much faster that way. -Java Guy ... in...
Hi. I am a beginner.... I would like to know which book can help me learn java better.... I am Currently using 'SAMS Teach yourself Java 6 in 21 days'... How...
Try Head First Java. It's good for beginner ... From: jackie88krish To: Java_Official@yahoogroups.com Sent: Monday, April 13, 2009 9:33 PM Subject: [Java]...
Hi, Please find following books: 1) Just Java 2 By Peter van der Linden2) Thinking In Java Bruce Eckel If you planing to give SCJP then 1) A Programmer's...
... Hi Jackie, I do not know much about the Sams book, but believe me no book can teach you Java or Programming in 21 days. And for many reasons you should not...