Difference Between getRequest and PostRequest?
Answer Posted / praveen raturi
main() method is the entry point for any java program.
JVM call Classname.main() first without using the object of
that class.
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What are various types of class loaders used by jvm?
what is a portable component?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
which book is better for jdbc ,servlets and jsp
What is TL and its use?
To what value is a variable of the string type automatically initialized?
Can I run seam with jdk 1.4 and earlier?
How many times may an objects finalize() method be invoked by the garbage collector?
What classes of exceptions may be caught by a catch clause?
When a thread blocks on i/o, what state does it enter?
What is the difference between a static and a non-static inner class?
What is Remote Server?
What is the difference between the string and stringbuffer classes?
How is a java object message delivered to a non-java client?