explain System.out.println

Answer Posted / minnu

System is a class. out is an object of class PrintStream and
is static and in class System. println() is a methode in
class PrintStream, which can be called by using object.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you compare objects in java?

503


Is java code slower than native code?

557


Is null a string in java?

556


Why synchronization is important?

589


What is the use of put method?

516






Explain java heap space and garbage collection?

586


What Is Composition?

583


What is an abstract method in java programming?

607


Is hashmap thread safe?

559


What is complexity in java?

525


How to declare an arraylist in java?

482


Do loops java?

554


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

557


Why char array is favored over string for the storage of passwords?

555


Explain thread in java?

664