explain System.out.println()

Answer Posted / harika

System is a predefined class,out is a reference of
printstream class,println is a method of printstream class.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is parameters example?

771


What is the difference between this() and super() in java?

776


What is derived datatype?

884


Difference between throw and throws?

877


what is the difference between preemptive scheduling and time slicing? : Java thread

770


What are adapter classes?

793


Can private class be extended java?

768


How to change the priority of thread or how to set the priority of thread?

833


Which of the following is not an isolation level in the JDBC

1892


Can we define package statement after import statement in java?

782


Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)

1087


Can we pass a primitive type by reference in java? How

715


can java object be locked down for exclusive use by a given thread? : Java thread

780


For class CFoo { }; what default methods will the compiler generate for you>?

845


What is the difference between the ">>" and " >>>" operators in java?

737