(a) What is Object Orientation? Explain advantages of Object Orientation.
(b) Explain different applications of Java programming language.
Question 2:
(a) Explain the meaning of super with example in Java.
(b) Write a Java program to explain the use of logical operators in Java
(c) Explain need of abstract class in Java programming.
Question 3:
(a) What is break and continue in Java?. Write a program to
explain the uses of these break and continue in java.
(b) Explain why main method in Java is always static and public.
(c) Explain the use of final in Java with an example.
Question 4:
(a) What is interface in Java ? Write a program in Java to explain
interface
and multiple inheritance.
(b) What is a constructor? Explain the need of constructors
overloading in a Java program.
Question 5:
(a) What is exception? Explain how exceptions are handled in
Java. What are different types of exceptions in Java.
(b) Explain need of String classes in Java. Also write a program
in Java show how different String Class Constructors are used
to create String object.
Question 6:
(a) What is Multithreading? Explain different ways of implementation
of multithreading in Java.
(b) What is Layout Manager? Explain different layout managers
available in Java.
Question 7:
(a) What is Applet? Explain Applet lifecycle.
(b) Explain Color Controls available in Java.
Question 8:
a) What is Proxy Sever? Explain Advantages of Proxy Server.
b) What is JDBC? Write a Java program to make a JDBC connection.