explain System.out.println
Answer Posted / indranil singha
class Indranil{
void prin(){
System.out.println("Indra");
}
}
class Indra{
static Indranil ob=new Abc();
}
class Test{
public static void main(String args[]){
Indra.ob.prin();
}
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are different data types?
Can size_t be negative?
What is map and hashmap in java?
What is the difference between abstract classes and interfaces?
What is definition and declaration?
Give example to differentiate between call by value and call by reference.
Can we rethrow the same exception from catch handler?
Can interface be private in java?
What is java util?
What is java autoboxing?
What happens when a thrown exception is not handled?
How does list work in java?
What is communist flag?
What is callable java?
Are arrays dynamic in java?