RMS POLYTECHNIC(642)
OOP with JAVA(4341602)
QUESTION BANK
1. List out features of Java.Explain any three of them.
2. What is byte code?Explain JVM in detail.
3. Explain Garbage Collection in Java.
4. Explain Type Conversion and Type Casting with example.
5. Define array.Explain Types of arrays with example.
6. Differentiate between Procedure Oriented Programming and Object Oriented
Programming.
7. Explain Object Oriented Programming concepts.
8. Explain different access specifiers with example.
9. Explain final keyword with example.
10. Explain Method Overloading with suitable example.
11. Explain Constructor Overloading with suitable example.
12. Explain Wrapper Class with example.
13. Explain all types of inheritance in java.
14. Write a program in java demonstrate the use of “this” keyword,static keyword and final
keyword.
15. Write a java program to demonstrate use of “String” class methods : chatAt( ),
contains( ), format( ), length( ), split( )
16. What is Scanner Class? Write a java program to print Fibonacci series for n terms.
17. What is Command Line Argument? Write a java program to find out minimum from any
ten numbers using command line argument.