-
Run Servlets
How to run Servlets in Tomcat 5.3?
-
-
-
-
Memory Allocation
How can you ensure that the memory allocated by an object is freed?
-
Deamon Threads
What is deamon thread?
-
Choose between abs class with abs method and interface with abs method
If i have a class that can extend abs class n implement interface...and it doesn't have to achieve inheritance ,doesn't have to extend any other class then which 1 should i use between extending a abs class with abs method or implementing interface with abs method.?/pls ans
-
Pass values from HTML page to the Servlet
How to pass values from HTML page to the Servlet?
-
Send Request in Servlets
Is it possible to send request by overriding doGet()and doPost()Methord in servlets? If Yes, How?
-
Stopping Threads
How one thread can be stopped without coming out from the main programme?
-
Class Path
Why should we set class path and path environment variables while installing J2SE and why not while Turbo C?
-
Which one of the following is a limitation of sub classing the Thread class?
Choice 1 It cannot have any static methods in the class. Choice 2 It must declare the class final. Choice 3 It cannot subclass any other class. Choice 4 It must implement the Threadable interface. Choice 5 It must catch the ThreadDeath exception
-
Why applets can run without main() method?
B'coz they can run with the help of different browsers...
-
-
Thread Disadvantages
What are the disadvantages of using thread?
-
AWT Package
What are the Limitations of AWT package?
-
Subclass Frame
Why we prefer a subclass of Frame over an instance of Frame when we creating a window?
-
Is a class a subclass of itself
A class is a subclass of itself.
-
Java Super Class
Which is the most super class of all the Java classes?
-
System.out.println()
Why do we use 'out' in System.out.println();?
Java Interview Questions
Ans