What is a top level class in java?
Answer / Ravi Kant Ojha
A top-level or standalone class in Java is a class that is not nested inside another class. Such classes are defined directly within the source file and can be directly accessed from outside of the file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Who found java?
Is array synchronized in java?
Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
could you run the java program without main method?
Can we override static methods in java?
Where are local variables stored?
What is JIT ?
How do you check if two given string are anagrams?
Is java good for beginners?
Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.
why pointer is not used in java?
What is the alternate of 'Inheritance' ?