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

Java Old Questions

The document contains old questions related to Java programming, specifically focusing on fundamental programming structures. It includes topics such as data types, arrays, operators, and control flow mechanisms like loops. Each question requires definitions, explanations, and examples to demonstrate understanding of the concepts.

Uploaded by

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

Java Old Questions

The document contains old questions related to Java programming, specifically focusing on fundamental programming structures. It includes topics such as data types, arrays, operators, and control flow mechanisms like loops. Each question requires definitions, explanations, and examples to demonstrate understanding of the concepts.

Uploaded by

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

Java Old Questions

Unit 3: Fundamental Programming Structures

1. What is a data type? Explain the different data types used in java. [2+8]
2. Define array and its types. Write a program in java to find the largest
number among ten input numbers using array. [3+7]
3. Define operators and operand. Explain about different types of operators
used in java. [2+8]
4. What are operators in java? Explain the arithmetic and comparison
operators with suitable example. [2+6]
5. What is operator? Explain the arithmetic operator with example.
Differentiate between while loop and do while loop. [ 2+4+4]

You might also like