explain System.out.println

Answer Posted / arumugam.k

System - it is a Class. Its define java.lang Package.
out - it is a predefined stream variable.
println() - used to print the result on console output screen.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?

544


How will you compute size of a structure?

590


Can java list contain duplicates?

574


What is the difference between a static and a non-static inner class in java programming?

533


How do you convert an int to a string in java?

546






Which is faster call by value or call by reference?

501


What does java stand for?

559


What is the difference between java applets and applications?

568


Is it possible to specify multiple jndi names when deploying an ejb?

560


Which object oriented concept is achieved by using overloading and overriding?

557


What are the advantages of assembly language?

503


What will be the initial value of an object reference which is defined as an instance variable?

642


Does set allows null in java?

510


Can inner class extend any class?

600


How to make object serializable in java?

553