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
What is bean? Where can it be used?
What is the difference between the font and fontmetrics classes?
Which javutil classes and interfaces support event handling?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
What is ioc concept & explain it?
How substring() method of string class create memory leaks?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What is a tasks priority and how is it used in scheduling?
What method is invoked to cause an object to begin executing as a separate thread?
When a thread blocks on i/o, what state does it enter?
What is difference between object state and behavior?
What is a modular application?
What do you mean by Socket Programming?
Why use POJO when I can use hashmap