what is the difference between System.out.println and out.println in java
Answer Posted / hema
In jsp out.println means to print something in browser as a n html page,and System.out.println in which System already says for itself,everything will be printed in console
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Which containers use a border layout as their default layout?
What is the highest-level event class of the event-delegation model?
What state does a thread enter when it terminates its processing?
Difference between new operator and class.forname().newinstance()?
Which container method is used to cause a container to be laid out and redisplayed?
Define prototype?
Should synchronization primitives be used on bean methods?
What are the pros and cons of detached objects?
What is a class loader?
What is the relation between the infobus and rmi?
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
What happens when a thread cannot acquire a lock on an object?
What is mdb and what is the special feature of that?
Can I use multiple html form elements with the same name?
whats is statement and procedure