Answer Posted / premlata
Basically Java Applications can be 2 types
1. CUI (Character User Interface)
2. GUI (Graphical User Interface)
| Is This Answer Correct ? | 7 Yes | 12 No |
Post New Answer View All Answers
What happens when a thrown exception is not handled?
When a byte datatype is used?
Name few java.lang classes introduced with java 8 ?
What is methodological framework?
What are the main differences between notify and notifyAll in Java?
How many types of equations are there?
What are access specifiers available in java?
What is an abstract method in java programming?
Explain the difference between intermediate and terminal operations in java8?
What is navigable map in java?
What is parameters example?
What is the difference between this() and super() in java?
How will you print number in reverse (descending) order in BST.
Which sorting is best in java?
What is method overloading in JAVA? Why is it not present in C ?