explain System.out.println
Answer Posted / venkatearamireddy
System: System refers to current java program.
out: out refers to output device. by default it is monitor.
println: to print the specific string onto output device in
next line
| Is This Answer Correct ? | 118 Yes | 544 No |
Post New Answer View All Answers
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
How would you format a date in java? I.e. In the ddmmyyy format?
Is java owned by oracle?
What is method reference?
How to pass arraylist to stored procedure in java?
What do you mean by global variable?
Can we clone singleton class in java?
Can we overload the main() method?
Where will it be used?
What are instance variables?
What is the difference between static class and normal class?
What are actual parameters?
Why unicode is important?
What is the java project architecture?
What are the steps involved to create a bean?