0% found this document useful (0 votes)
9 views2 pages

Java Programming Dec 2023

Uploaded by

madhabattulanani
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
9 views2 pages

Java Programming Dec 2023

Uploaded by

madhabattulanani
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 2

Code No: R2022054 R20 SET - 1

II B. Tech II Semester Supplementary Examinations, December - 2023


JAVA PROGRAMMING
(Common to CSE,IT,CSE(CSBS),&CS)
Time: 3 hours Max. Marks: 70

Answer any FIVE Questions each Question from each unit


All Questions carry Equal Marks
~~~~~~~~~~~~~~~~~~~~~~~~~
UNIT-I
1 a) Explain about Java Tokens with examples. [7M]
b) Explain about static variables and methods in detail. [7M]
Or
2 a) Write the structure of java program. Explain in detail. [7M]
b) Write a java program to simulate the operation of numerical calculator to perform [7M]
the functions Addition (+), Subtraction (-), Multiplication (*) and Division (/).
UNIT-II
3 a) Illustrate on constructor overloading. Explain with a suitable example. [7M]
b) Differentiate method overloading with method overriding with a suitable example. [7M]
Or
4 a) What is a constructor? What is its requirement in programming? Explain with a [7M]
sample program.
b) Illustrate the use of static nested classes in detail. [7M]
UNIT-III
5 a) List and explain any four methods of Object class. [7M]
b) Define an interface. What is its role in multiple in heritance? [7M]
Or
6 a) Write a differences between Abstract class and Interface. [7M]
b) Write a Java program to find the area and perimeter of square and circle using [7M]
interface.
UNIT-IV
7 a) Discuss ‘throw’ and ‘throws’ keywords for exception handling. [7M]
b) Explain nested try statements and multiple catch blocks with a suitable program. [7M]
Or

1 of 2

|'''|'|'|''||'''||||
Code No: R2022054 R20 SET - 1

8 a) Write a note on dialog box usage in user interfaces. [7M]


b) Write a simple applet program to display a string “India won by 1 wickets”. [7M]

UNIT-V
9 a) With a neat sketch, describe the thread life cycle. [7M]
b) Write a JDBC program to update the amount balance in an account after [7M]
everywithdrawal. Assume the necessary database table.
Or
10 a) Write a Java program to demonstrate multithreading operation. [7M]
b) What is synchronization? Give its types and explain. [7M]

2 of 2

|'''|'|'|''||'''||||

You might also like