0% found this document useful (0 votes)
4 views

OOP with java important questions

The document is a question bank for an OOP with Java course at RMS Polytechnic. It includes various topics such as features of Java, byte code, JVM, garbage collection, type conversion, arrays, programming paradigms, access specifiers, final keyword, method and constructor overloading, wrapper classes, inheritance, and practical programming exercises. Additionally, it covers the Scanner class and command line arguments with specific programming tasks.

Uploaded by

gatbackontrack
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

OOP with java important questions

The document is a question bank for an OOP with Java course at RMS Polytechnic. It includes various topics such as features of Java, byte code, JVM, garbage collection, type conversion, arrays, programming paradigms, access specifiers, final keyword, method and constructor overloading, wrapper classes, inheritance, and practical programming exercises. Additionally, it covers the Scanner class and command line arguments with specific programming tasks.

Uploaded by

gatbackontrack
Copyright
© © All Rights Reserved
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
List out features of Java.Explain any three of them.
What is byte code?Explain JVM in detail.
Explain Garbage Collection in Java.
Explain Type Conversion and Type Casting with example.
Define array.Explain Types of arrays with example.
Differentiate between Procedure Oriented Programming and Object Oriented
Programming.
Explain Object Oriented Programming concepts.
Explain different access specifiers with example.
Explain final keyword with example.
Explain Method Overloading with suitable example.
Explain Constructor Overloading with suitable example.
Explain Wrapper Class with example.
Explain all types of inheritance in java.
Write a program in java demonstrate the use of “this” keyword,static keyword and final
keyword.
Write a java program to demonstrate use of “String” class methods : chatAt( ),
contains( ), format( ), length( ), split( )

What is Scanner Class? Write a java program to print Fibonacci series for n terms.
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