what is the difference between System.out.println and out.println in java
Answer Posted / vmpire
out.println() and System.out.println() both are using for display purpose
out.println() use in jsp code<%out.println("vmpire<'_'>")%>
System.out.println() is use for when you want print some on console
Here system is class and out is the static variable of System class of printstream class type println is static method of stream class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you pass parameters in RMI? Why do you serialize?
Explain about local interfaces.
which book is better for jdbc ,servlets and jsp
What class is used to create Server side object ?
Should synchronization primitives be used on bean methods?
When a thread blocks on i/o?
What is aop(assepct oriented programing)?
What is a class loader?
What is mdb and what is the special feature of that?
What restrictions are placed on the values of each case of a switch statement?
wahts is mean by dynavalidatorform in struts/
what is handle?
What event results from the clicking of a button?
Are enterprise beans allowed to use thread.sleep()?
What is glasgow?