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

Java Programming: CST 3rd Year, 1 Internal Examination, 2016

This document outlines an examination for a Java Programming course, including questions that assess knowledge of object-oriented programming concepts in Java like inheritance, encapsulation, classes and objects; Java tools like the JDK; basic Java syntax like data types and the main method; and a comparison of OOP between Java and C++. Students have 45 minutes to answer 5 short answer questions worth 1 point each and 3 longer answer questions worth 5 points each, for a total of 20 points.

Uploaded by

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

Java Programming: CST 3rd Year, 1 Internal Examination, 2016

This document outlines an examination for a Java Programming course, including questions that assess knowledge of object-oriented programming concepts in Java like inheritance, encapsulation, classes and objects; Java tools like the JDK; basic Java syntax like data types and the main method; and a comparison of OOP between Java and C++. Students have 45 minutes to answer 5 short answer questions worth 1 point each and 3 longer answer questions worth 5 points each, for a total of 20 points.

Uploaded by

Syed Masud
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

NIBEDITA INSTITUTE OF TECHNOLOGY

Java Programming
CST 3rd year , 1st internal examination ,2016

Time-45 min

Full Marks- 20

A. answer any 5 questions


a) State whether the following statements are TRUE or FALSE
x2=1
i)
Inheritance means the ability to reuse the data values of one object by other
subjects.
ii)
Wrapping up of data of different types into a single unit is known as
encapsulation.
b) Name of two tools which are inside of a JDK
1
c) Javac compiler converted java file into ____file. Fill into the bank.
1
d) What is the Memory size of int data type used in java?
1
e) Write one example of a special operator.
1
f) Write full form of JDK
1
g) Write the name of first web browser of java?
1
B. Answer any 3 questions
a)
b)
c)
d)
e)

Discus Class and object of OOP.


Write a short note about JVM.
Distinguish between oop and c++.
Discussed basic data types in java with example.
What does each term in public static void main(String[] args) mean?

5
5
5
5
5

NIBEDITA INSTITUTE OF TECHNOLOGY

Java Programming
CST 3rd year , 1st internal examination ,2016

Time-45 min
Full Marks- 20
A. answer any 5 questions
h) State whether the following statements are TRUE or FALSE
x2=1
iii)
Inheritance means the ability to reuse the data values of one object by other
subjects.
iv)
Wrapping up of data of different types into a single unit is known as
encapsulation.
i) Name of two tools which are inside of a JDK
1
j) Javac compiler converted java file into ____file. Fill into the bank.
1
k) What is the Memory size of int data type used in java?
1
l) Write one example of a special operator.
1
m) Write full form of JDK
1
n) Write the name of first web browser of java?
1
B. Answer any 3 questions
f)
g)
h)
i)
j)

Discus Class and object of OOP.


Write a short note about JVM.
Distinguish between oop and c++.
Discussed basic data types in java with example.
What does each term in public static void main(String[] args) mean?

5
5
5
5
5

You might also like