quiz questions in java program listed in the details?

Ak123

New member
Apr 29, 2013
0
0
0
1.Briefly define each of the following:
object, instance, class, property, inheritance, polymorphism, exponent-mantissa format

2.Briefly describe the difference between “pass-by-reference” parameter passing and “pass-by-value” parameter passing.

3.Briefly describe the difference between a binary branching routine and a routine that is a binary choice. Show simple examples of each in JAVA.

4.List and briefly describe the four main parts of a pretest loop. Show an example of such a loop in JAVA using the while command.

5.Briefly describe how components, containers and layout managers for GUI programming are related to one another in Java. Describe examples of each. Which of these items are part of Java Swing and which are part of AWT?
 
Back
Top