explain System.out.println

Answer Posted / santhosh

System : It is a BuiltIn class
Out : it refers to the output device
println : It is a method of System class , a method which
helps in printing the contents in the paranthesis to the
output(console) device generally monitor.

Is This Answer Correct ?    13 Yes 45 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what do you mean by functional overloading in java?

557


Is array primitive data type in java?

532


For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green  White will have 1 Weight.  Red and Green carry no weights.  Shortest path is the path with less weight when you add up the weights in the path.

1583


What do you understand by copy constructor in java?

491


Why is it called buffering?

583






How to display all the prime numbers between 1 and 100

503


What do you mean by composition in java?

566


Can we use catch statement for checked exceptions?

512


Explain polymorphism citing an example.

592


What are the basics of core java?

548


What is equals method in java?

522


State differences between C and Java?

661


What are the different types of constructor?

524


What is the numeric promotion?

496


Why vector is used in java?

558