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 / ravikiran
any name because nothing marked public
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Write a method to check if input string is palindrome?
Does treeset use compareto?
What are byte codes?
What is meant by class loader? How many types are there?
Why does java have different data types for integers and floating-point values?
Why declare Main() method as a static in java ?
Explain the init method?
How to sort numbers in java without array?
Is static variable stored in heap?
What is matcher in java?
What are the different ways of creating thread?
Does java trim remove newline?
Which sorting is best in java?
What is e java?
Explain wait(), notify() and notifyall() methods of object class ?