explain System.out.println
Answer Posted / vinay tiwari
System: System is a Package
out: out is a class belonging to System Package
println(): println() is a method of out class
| Is This Answer Correct ? | 80 Yes | 531 No |
Post New Answer View All Answers
Can a class with private constructor be extended?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
Which access specifier can be used with class ?
Define max and min heap, also the search time of heap.
Define iterator and methods in iterator?
What is complexity in java?
Can memory leak happen java?
What does %d do in java?
What is the difference between form & report?
What are functions in java?
What do you mean by data type?
What is the purpose of java?
Is it possible to use string in the switch case?
What is difference between overloading and overriding in java?
Does variable declaration allocate memory?