81Â Â Â Â i. AWT
   i. One ‘if’ statement can have more than one ‘else’ statements.
Q2. Attempt any five questions.                                  5×6=30 Â
   i. What are command line arguments? Explain with example.
AWT
JVM Stands for ________________
 JVM
URL stands for ___________________.
API stands for _______________________ .
GUI stands for _________________________.
.
 One ‘if’ statement can have more than one ‘else’ statements.
A ‘switch’ statement is always replaced by a series of if else statements.
In procedural programming, whole data is not shared by all functions.
 In object oriented programming, there is emphasis on procedure rather than data
Java Applets are static programs.
Multithreading and improve the performance of java?
 Why do we need import statement?
Need import statement
List eight basic data types used in java with example.
Eight basic data types used in java with example.
What is a constructor? What are its characteristics?
Constructor and its characteristics
Discuss major difference between interface and class.
Major difference between interface and class.
Explain common types of exceptions that might occur in java. Give examples.
Common types of exceptions that might occur in java.Â
Discuss the steps involved in developing and running a local applet.
Command line arguments with Example
What is object-oriented programming? How is it different from procedure oriented programming?
How is it different from procedure oriented programming
 What is an applet? What are its various types?
Applet and its various types
Differentiate between a. Inheritance and polymorphism
Differentiate between Inheritance and polymorphism
Differentiate between b. Objects and classes
Differentiate betweenÂ
Write short note on a. JDBC
Short note on JDBC
Write short note on b. JIT
Short note on