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 / dipil t t
class A{},class B{}and class C{} Shold be public then we
can select main class name is the file name.
Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is the abstraction?
How to disable caching on back button of the browser?
What is finalize method?
Why can't we override private static methods?
Differentiate between overriding and overloading cases?
Where are register variables stored?
Write a java program to print fibonacci series?
how does the run() method in runnable work? : Java thread
What is the vector class in java programming?
What is a type parameter in java?
What is style and indentation?
What are the library functions in java?
What is e in java?
Write an algorithm for quick sort?
What is a bufferedreader?