what is the difference between System.out.println and out.println in java
Answer Posted / sharmi
Both are used to display the output. But system.out.println
is used in java and out.prinln is used in scripting languages
Is This Answer Correct ? | 28 Yes | 16 No |
Post New Answer View All Answers
What happens when a thread cannot acquire a lock on an object?
Brief description about local interfaces?
How to pass parameters in RMI?
What is the difference between the string and stringbuffer classes?
Have you used threads in Servelet?
Is the infobus client side only?
Can I run seam with jdk 1.4 and earlier?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What must a class do to implement an interface?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Name the eight primitive java types.
When is the best time to validate input?
Which containers use a border layout as their default layout?
Which container method is used to cause a container to be laid out and redisplayed?
What are externizable interface?