Answer Posted / niranjanravi
Standalone applications
Web applications
Mobile applications
| Is This Answer Correct ? | 42 Yes | 15 No |
Post New Answer View All Answers
What are the important features of Java 11 release?
What is variable declaration and definition?
Explain importance of inheritance in java?
What is flush buffer?
Tell some latest versions in JAVA related areas?
How many characters is 16 bytes?
How do you define a singleton class?
What happens if we override private method?
What is the use of inner class?
How does arraylist work in java?
Can a static method be overridden in java?
Explain the difference between abstract class and interface in java?
In which language java is written?
Explain inner classes ?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread