what is the difference between System.out.println and out.println in java
Answer Posted / anbu
In JSP out.println() will be used which means to print the
data in browser and in Core Java System.out.println() will
be user which means that it is for system.
Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is Remote Server?
Difference between loadclass and class.forname?
Why doesn’t the focus feature on the tag work in every circumstance?
What state does a thread enter when it terminates its processing?
Do we need to override service() method
How would you create a button with rounded edges?
Is jvm a overhead?
What is the highest-level event class of the event-delegation model?
When is the best time to validate input?
What is the difference between a menuitem and a checkboxmenuitem?
What method is invoked to cause an object to begin executing as a separate thread?
What is the relationship between an event-listener interface and an event-adapter class?
Define the remote object implementation?
Brief description about local interfaces?
What modifiers may be used with an inner class that is a member of an outer class?