Вы находитесь на странице: 1из 2

m

6  
 




  


1.m Explain the basic structure of Java program


2.m Differentiate between header files and packages
3.m Why the size of character data type is 2 bytes in Java?
4.m Explain java environment.
5.m Name and explain any five new keywords of java.
6.m How java applet is different from java application?
7.m What do you mean by byte code?
8.m Explain symbolic constant.
9.m What is the use of import statement?
10.mWhat are the naming conventions for java?
11.mExplain tools in JDK.
12.mList major differences between C and java.
13.mList major differences between C++ and java.
14.mDefine labeled break and continue statement of java,
15.mWhy variables of java must be assigned a value, before we use it?
16.mDefine String class and it ´s any six methods with the help of examples.
17.mDifferentiate method overloading and overriding with the help of an example.
18.mWhen we do declare a member as a static?
19.mDifferentiate narrowing and widening conversion.
20.mExplain following terms:
a.m Static
b.m Final
c.m Abstract
d.m Super
e.m this
21.mExplain command line arguments in Java with example.
22.mExplain Java virtual machine.
23.mExplain following functions of String class
a.m charAt
b.m substring
c.m length
d.m compare
e.m equalsIgnoreCase

m
m

24.mDefine the concept of variable size array in Java. Give the syntax to declare
and create it.
25.mAbstract and final classes are opposite to each other by nature.
26.mWhat do you mean by Wrapper Class?
27.mDifferentiate following statements
[  [ 
Emp e,e1; Emp e,e1;
e=new Emp(); e=new Emp();
e1=new Emp(); e1=e;

28.mExplain the access specifiers in Java.


29.mWhat is the use of finalizer method?
30.mWrite a short note on vector class.
31.mWhat do you mean by Java applet?
32.mDifferentiate private protected, private and protected.
33.mHow visibility is controlled in Java?
34.mDescribe single inheritance of Java with the help of an example.

Вам также может понравиться