Answer Posted / sreedhar
System is class ,println method is streem class,out is
static variable of system class,that staic variable calling
class name.thats why write the System.out.println();
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is java logo a cup of coffee?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
How we create object in copy constructor?
What are the steps in the jdbc connection?
What is the implementation of destroy method in java. Is it native or java code?
What is the maximum size of list in java?
What is thread count in java?
Can we execute java program without main method?
What do you mean by data type?
What language is pass by reference?
What is the purpose of sizeof operator?
What are the escape sequences in java?
Can we override the static method?
Does A Class Inherit The Constructors Of Its Superclass?
How do you input a string in java?