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 are different types of multitasking?
How would you dynamically allocate memory to an array?
can java object be locked down for exclusive use by a given thread? : Java thread
What is indexof in java?
What are reference variables in java?
How does linkedhashmap work in java?
How do you implement singleton class?
Explain naming conventions for packages?
Explain different types of wrapper classes in java?
What is map and hashmap in java?
Is 0 a prime number?
What is super in java?
What are different types of inner classes ?
What do you mean by access modifier?
What is used of static keyword in java?