Explain class A{}
class B{}
class C{}
all the three classes are saved in a single file name, what
the name should i provide to the file ,in what file name
should i run the program? Ple Explain
Answer Posted / anandhi
class a
{
}
class b extends a
{
}
class c
{
public static void main(String arg[])
{
b b1=new b();
....
}
}
so file name c...
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
why we use merge option in hybernate pls give a ex snippet
Explain about the security aspect of java?
What is length in java?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
What are the different types of methodologies?
Is java se free?
What is the default size of arraylist in java?
what are the methods in object?
Can we convert list to set in java?
What is an image buffer?
What does singleton mean in java?
What are decalarations?
What is the exception hierarchy in java?
Explain the concept of hashtables?
Explain the transient field modifier?