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

Java OOP Assignment for CSE Students

This document contains an assignment for a class on Object Oriented Programming through Java. It provides instructions for the assignment which includes answering 15 questions related to Java concepts and writing 2 programs. Students are asked to answer questions about Java concepts like who invented Java, Java buzzwords, primitive data types, operators, control structures, classes, naming conventions, and passing/returning objects. They are also asked to write a simple program to display a message and a recursive program to find the greatest common divisor of a number. The assignment is due on July 16th, 2015 and is worth 15 marks.

Uploaded by

Jugal Kishore
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)
6 views1 page

Java OOP Assignment for CSE Students

This document contains an assignment for a class on Object Oriented Programming through Java. It provides instructions for the assignment which includes answering 15 questions related to Java concepts and writing 2 programs. Students are asked to answer questions about Java concepts like who invented Java, Java buzzwords, primitive data types, operators, control structures, classes, naming conventions, and passing/returning objects. They are also asked to write a simple program to display a message and a recursive program to find the greatest common divisor of a number. The assignment is due on July 16th, 2015 and is worth 15 marks.

Uploaded by

Jugal Kishore
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

KAKATIYA INSTITUTE OF TECHNOLOGY & SCIENCE::WARANGAL

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING

Assignment -1
SUBJECT:
CLASS:
DATE OF POSTING:
DATE OF SUBMISSION:

OBJECT ORIENTED PROGRAMMING THROUGH JAVA


[Link] CSE III SEMESTER
06-07-2015
16-07-2015
MARKS: 15

NOTE: 1. ANSWER ALL QUESTIONS


2. EACH QUESTION CARRIES 1 MARK
1. Who invented Java?
2. What is Hot Java?
3. List differences between C++ and java.
4. List Java buzzwords.
5. Explain brief note about JVM.
6. List primitive data types in Java.
7. Write about type conversion rules in Java.
8. How arrays in Java are different from C/C++.
9. Explain differences between >> and >>> operators.
10. Differentiate for and for-each controls along with syntax.
11. Write the syntax of class in C++ and Java.
12. Write about naming conventions in Java.
13. Write a program with proper indentation to display a message Welcome to JAVA.
14. Write about passing and returning objects.
15. Write a program to find GCD of a given number using recursion.

You might also like