Programming in JAVA Questions For III B.A & B.SC
Programming in JAVA Questions For III B.A & B.SC
UNIT I
1.What are the java essentials.
2.What are the features of JAVA.
3.What are the data types of JAVA.
4.Structure of Java Program.
5.What is “JVM” draw the architecture of JVM?
//
6.Define type casting
7.conditional statements
(a) if (b) if_else (C) if_else_if
8.Define a class Explain with suitable exampls?
9.Discuss about various decision control statements with examples.
10.Procedure of creating Object.
11.What are the important principles of ‘OOP’?
UNIT II
1.What is overloading discuss about constructor overloading and method
overloading
2.How to cleaning up unused objects?
3.Short notes on below keywords
(a) Static keyword
(b) This keyword
© Super keyword
(d) final keyword and extend key word
4.explain the arrays one and toe dimensional.
5.Inner class
//
6.What are the types of Inheritance
7.Method over ridding explain
8.Write a short notes on
(a) Abstract class (b) interface.
9.How to Crete package and import.
10.explain the wrapper class
11.Explain string and string buffer class.
UNIT III
1.Define Exception? Explain the types of exceptions?
2.Explain the exception handling techniques.
3.Explain thread synchronizations with respect to multithreading?
4.Explain the main thread & creation of a new threads.
//
5.File streams stream class.
6.File out put stream class.
7.Explain random access file.
8.Write a java program to Crete a package where the program as access to a
packages & hide classis.
9.How to provide random access to a file through desilication.
UNIT IV
1.Applet class, Applet life cycle ?
2.Comman method used in the displaying out put.
3.Define event handling & explain types.
4.
//
5.Wrte a short note on button and label.
6.Compare AWT with Swings.
7.Explain the check box radio buttons, container class.
8.short notes on layout management
9.write a program in AWT TO Design a registration form
10.discuss about different layouts.