What is purpose of keyword void?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is method overloading in JAVA? Why is it not present in C ?

0 Answers   Akamai Technologies,


When we serialize an object does the serialization mechanism saves its references too?

0 Answers  


What is an Applet ?

2 Answers  


What is the need of transient variables in Java ?

0 Answers   MCN Solutions,


Why non nested classes in java are not having marked as protected access specifier

2 Answers   Google,






Is java a security risk?

0 Answers  


What are basic data types?

0 Answers  


Which is the best way to use for String concatenation in Java?

7 Answers   HCL,


What is object

6 Answers  


String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?

6 Answers   Flextronics, Keane India Ltd,


What is class array in java?

0 Answers  


Is a method a procedure?

0 Answers  


Categories