What is role of void keyword in declaring functions?


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

Post New Answer

More Core Java Interview Questions

What is numeric function?

0 Answers  


what is a transient variable?

5 Answers  


What will be the output of round(3.7) and ceil(3.7)?

0 Answers  


What is the symbol for space?

0 Answers  


What is private static class in java?

0 Answers  






How can we create an immutable class in java?

0 Answers  


system.out.println(1 + 3);

8 Answers  


what are Hostile Applets?

0 Answers  


Can a class be private?

0 Answers  


What are Interceptors?

1 Answers  


What happens if an exception is throws from an object's constructor?

0 Answers   Amazon,


There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.

3 Answers  


Categories