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 a list in java?
What is the difference between stream and buffer?
What is string pool?
Write a program to print fibonacci series up to count 10.
What are the differences between getting and load method?
What do you mean by append?
What is string pool in java?
What is the latest java version?
What is annotation in java?
List types of storage classes in java?
Why char array is preferred over string for storing password?
What are the 8 data types in java?
What do you mean by object?
What is the difference between Error, defect,fault, failure and mistake?
Can we use both this () and super () in a constructor?