We all know that this code will not compile, but we do know whats his question about. So, assuming that the code is actually Case - 1 ... String s; s = "abc"; ...
Case 1: Error will be shown that.. variable is already defined. Case 2: Same error will be displayed... variable is already defined. So, Moral of the story...
my netbeans jsf application create an image. And I want to display it in same program as soon as created. "image1.setUrl(IMAGE_URL);" displays only old image....
Hi All, Can anyone send me the procedure to create and deploy a web service using Axis and Tomcat. I have tried Axis1.4 (wsdl2java, java2wsdl, adminclient),...
Dear group, How to get reference of object which calls the method? I have a Thread class which is singleton, so I don't want to allow other objects to run...
... it's not good to start java program with a software u need to learn how to code from start so that u can master the language very well e.g import...
... You are probably better served by using an Executor object to manage your thread. It is a bit more robust in controlling access to the thread as well as...
run () is never called directly by application code. Rather, application code calls start (), and the JVM starts a thread and calls run () (the fact that the...
Hi Andi Suf,    Using java.net package we can call the url from the java.      URL          servletUrl    = new URL( (url);    ...
I hope there's somebody who could help me in this...I'm just a beginner in java programming.. here's the problem: I need to create a program that will show the...
I hope there's somebody who could help me.. I need to create a program that will show the CPU scheduling the user will be the one to enter the number of job to...
Dear Java Gurus, i've got the following doubt regarding an application developed using servlets/jsp technologies. I'm using Apache Tomcat Server 5.5 on Windows...
Hi, Â I have to install MyEclipse on my system. When I am go for the installation it has to give the some steps. Â I have to use Windows Vista platform. Â ...
... It sounds like the OP is interested in making sure that only specific code instantiates and executes a thread, which would be at the class level, not the...
Hello I got ur problem. the IDE which u r using i svery big. and that is not recamended in Vesta. it i sbetter to install in Xp service pack2. and also...
Hi Gurus, Could you please explain me the difference between the following 2 declarations. Collection<String> s= new TreeSet<String>() Set <String> s = new...
Hi, May I suggest passing class name as thread name when creating a thread. Then, in run() method we can get its name to decide whehter let it go or not. ...
I need some help. I am new to javascript and am trying to figure out how to use the IF statement. I don't even know if what I am trying to do is possible. IF...
can any one clearly explain thread concepts Confidentiality Notice: This transmittal is a confidential communication. If you are not the intended recipient,...
aravind
caravind@...
Aug 11, 2008 7:55 pm
31509
Hi Gurus, Could you please explain me the difference between the following 2 declarations. Collection<String> s= new TreeSet<String>() Set <String> s = new...
The JavaFX family of products (http://www.javafx.com/) includes the tools and platform SDK for developers, web scripters, and designers to create dynamic...
Hi Goto c:\windows\system32\drivers\etc and open the file hosts In this file append one line:- Â Â Â Â Â Â Â 127.0.0.1Â Â Â Â Â Â Â Â www.xyz.com and save...
Hi, I am in a java class and have to write a program with a graphical user interface to calculate mortgages. The program has three inputs, amount, term, and ...