what is the difference between System.out.println and out.println in java
Answer Posted / uday
Both are used for displaying outputs. System.out.println() will print it to the system output stream while the syntax out.println is used in jsp and web environment where its rendered on the browser..
Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Why use POJO when I can use hashmap
what are RemoteObjects?
What are the call back methods in entity bean?
Are we allowed to change the transaction isolation property in middle of a transaction?
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 is meant by JRMP?
Explain what is synchronization?
What is local interface. How values will be passed?
How are the elements of a borderlayout organized?
What are the difference between RMI and CORBA?
What are transaction attributes?
Explain RMI Architecture?
What are JTA/JTS and how they used by client?
If your ui seems to freeze periodically, what might be a likely reason?
Is there a guarantee of uniqueness for entity beans?