explain System.out.println
Answer Posted / neha
here println is a method as only methods can be called with
dot operator and out is a static variable of class System
as only static variables or methods can be called using
classname.staticvariable.method.. thankyou
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can a list be null in java?
What are the disadvantages of object oriented programming?
Can a string be null?
What is string [] args?
How will you invoke any external process in java?
What is function and method in java?
How to convert string to byte array and vice versa?
What types of index data structures can you have in java?
Why java is called not pure object oriented language?
What about main() method in java ?
What is the return type of the main method?
What is the java project architecture?
What is a static class in java?
Which collection is sorted in java?
What do you mean by platform independence? What is an interface?