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
Which class is used by server applications to obtain a port and listen for client requests?
Can we declare register variable as global?
Explain about features of local inner class?
Can you run java program without main method?
Is there a way to increase the size of an array after its declaration?
Define reflection.
What is substring in java?
What is singleton math?
What is mean by collections in java?
What is preflight request?
Can you extend singleton class?
Can we use synchronized block for primitives?
Why can we not override static method?
What is slash r?
What is meant by memory leak?