Java Sorted Question
Java Sorted Question
Year &
Question Marks Repetition
Season
Summer
List any eight features of Java 4 -
19
Summer
Explain any four features of Java 4 -
22
Summer
Enlist any four features of Java 4 -
23
Repeated 2
Enlist any four features of Java Winter 24 4
times
Summer
State the significance of Java Virtual Machine (JVM) 4 -
24
Explain the concept of platform independence and Summer
4 -
portability with respect to Java language 19
Explain the concept of platform independence in Java and
Summer
discuss how it is achieved. Give example to illustrate the 4 -
24
concept
Year &
Question Marks Repetition
Season
Define class and object Winter 19 4 -
Summer
Define the terms with example 4 -
23
Define a class student with int id and string name as data
Summer
members and a method void SetData (). Accept and display 4 -
19
the data for five students
Define a class circle having data members Pi and radius.
Initialize and display values of data members also calculate Winter 19 4 -
area of circle and display it
Define a class employee with data members 'empid', 'name'
Winter 22 4 -
and 'salary'. Accept data for three objects and display it
Define class Employee with members as id and salary.
Summer
Accept data for five employees and display details of 4 -
24
employees getting highest salary
Define class employee having data members as emp_id,
name and salary. Accept and display the data for five Winter 24 4 -
employees
UNIT 3: Java Tokens and Data Types (1.3)
Year &
Question Marks Repetition
Season
Define type casting. Explain its types with syntax and
Winter 19 4 -
example
Describe type casting in java with example Summer 23 4 -
Explain implicit and explicit type conversion with
Winter 23 4 -
example in detail
Write a program to display ASCII value of a number Winter 23 4 -
Define array. List its types Winter 19 4 -
Define array. List its types Summer 24 4 -
Write down the syntax of array declaration, initialization Winter 23 4 -
Year &
Question Marks Repetition
Season
State any four relational operators and their use Winter 22 4 -
Enlist the logical operators in Java Summer 22 4 -
Enlist any two logical operators and two bitwise operators Winter 23 4 -
Explain any two logical operators in Java with example Winter 19 4 -
Describe instance Of and dot ( ) operators in Java with
Summer 19 4 -
suitable example
Give the syntax and example for the following functions:
Summer 22 4 -
min(), sqrt()
Write a program using sqrt() and pow() to calculate the
Winter 24 4 -
square root and power of given number
Write a program to accept four numbers from user using
Winter 24 4 -
command line arguments and print the smallest number
Write a program to demonstrate the use of conditional
Winter 24 4 -
operator and switch case statement
Year &
Question Marks Repetition
Season
Explain switch case and conditional operator in Java with
Summer 22 4 -
suitable example
Write a Java program to find out the even numbers from 1
Summer 22 4 -
to 100 using for loop
Write a program to check whether the given number is
Winter 22 4 -
prime or not
Year &
Question Marks Repetition
Season
Write a program to find reverse of a number Winter 22 4 -
Write a program to print all the Armstrong numbers from
Summer 23 4 -
0 to 999
Write a program to print all the Armstrong numbers from
Summer 23 4 -
0 to 999
Year &
Question Marks Repetition
Season
Define constructor. List its types Winter 19 4 -
Explain the types of constructors in Java with suitable Summer
4 -
example 19
What is constructor? List types of constructor. Explain Summer
4 -
parameterized constructor with suitable example 22
Explain constructor with suitable example Winter 22 4 -
Define constructor Winter 23 4 -
What happens if you don't define any constructor in a class?
Summer
Can you still create objects of that class? Explain with 4 -
24
example
Explain the concept of argument passing and the usage of
Summer
'this' keyword in Java. Give example to illustrate their usage 4 -
24
and benefits
Year &
Question Marks Repetition
Season
Differentiate between String and String Buffer Winter 19 4 -
Write the difference between vectors and arrays (any four
Summer 22 4 -
points)
Differentiate between string class and string buffer class.
Summer 22 4 -
Explain any four methods of string class
Differentiate between string and string buffer class (any
Summer 23 4 -
four points)
List any four methods of string class and state the use of
Winter 19 4 -
each
Write a program to check whether the string provided by
Winter 22 4 -
the user is palindrome or not
UNIT 8: Inheritance (3.1)
Year &
Question Marks Repetition
Season
List the types of inheritance in Java Summer 19 4 -
List the types of inheritance which is supported by Java Winter 22 4 -
Explain single and multilevel inheritance with proper
Summer 22 4 -
example
Year &
Question Marks Repetition
Season
Give the syntax of <param> tag to pass parameters to an
Summer 19 4 -
applet
Write a program to accept username in the form of
Winter 19 4 -
parameter and print "Hello <username>"