they asked class A{}
class B{}
class c{}
all the three class saved as a single file,there is no main
method in the file
and anothe class
M.java
class m
{
psvm(String args[])
{
// here the parent class can access
}
}
Answer Posted / cool_duzz
What is the Question? Please explain...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is private static in java?
Is there any difference between synchronized methods and synchronized statements?
Explain java code for recursive solution's base case?
How to convert string to byte array and vice versa?
Explain the use of volatile field modifier?
How to display all the prime numbers between 1 and 100
What is an association?
What are the major drawbacks of external iteration?
What is the difference between stream and buffer?
What is the properties class?
What is default locale java?
What is outofmemoryerror in java?
List primitive java types?
what is synchronization and why is it important? : Java thread
What do you mean by object?