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
What is java object name?
Java Compiler is stored in JDK, JRE or JVM?
What about abstract classes in java?
What is a parameter in a function?
What is immutable state?
What does singleton class mean?
What is concurrent hashmap and its features?
What are multiple inheritances?
What are jee technologies?
Can we sort hashmap in java?
What is update method called?
what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????
What are the different types of inheritance in java?
What is the difference between heap memory and stack memory?
What is the difference between Java1.4 and Java1.5