0% found this document useful (0 votes)
13 views1 page

Java Important Questions

The document is a question bank for a course on Object-Oriented Programming with Java at RMS Polytechnic. It includes a variety of questions covering key concepts such as Java features, byte code, garbage collection, type conversion, arrays, programming paradigms, access specifiers, method overloading, constructors, inheritance, and practical programming tasks. The questions are designed to assess understanding and application of Java programming principles and techniques.

Uploaded by

gatbackontrack
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Java Important Questions

The document is a question bank for a course on Object-Oriented Programming with Java at RMS Polytechnic. It includes a variety of questions covering key concepts such as Java features, byte code, garbage collection, type conversion, arrays, programming paradigms, access specifiers, method overloading, constructors, inheritance, and practical programming tasks. The questions are designed to assess understanding and application of Java programming principles and techniques.

Uploaded by

gatbackontrack
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like