what is the difference between System.out.println and out.println in java
Answer Posted / binod
yes..both r used to display the output...but
System.out.println() is used in core java..and out.println()
is used in advanced java...servlets,jsp,etc.....
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
Explain the different types of memory used by jvm?
What is a clone?
What is the difference between ear, jar and war file?
What happens when a thread cannot acquire a lock on an object?
What do you mean by Socket Programming?
What are the pros and cons of detached objects?
What is permgen or permanent generation?
Why use POJO when I can use hashmap
What class is the top of the awt event hierarchy?
Name three component subclasses that support painting?
Explain how will the struts know which action class to call when you submit a form?
Which textcomponent method is used to set a textcomponent to the read-only state?
Difference between loadclass and class.forname?
What do you need to set-up a cluster with jboss?
what is a portable component?