What is a static method in java?


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

Post New Answer

More Core Java Interview Questions

What is the exact difference in between Unicast and Multicast object? Where will it be used?

0 Answers  


Do you know how to reverse string in java?

0 Answers  


How to add menushortcut to menu item?

0 Answers  


What’s the difference between applets and standalone program?

0 Answers  


How a string is stored in memory?

0 Answers  






Differentiate between overriding and overloading cases?

0 Answers   Amdocs,


What is the syntax and characteristics of a lambda expression?

0 Answers  


Why put method is used?

0 Answers  


Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?

2 Answers  


Is vector ordered in java?

0 Answers  


int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;

17 Answers   Honeywell,


What mechanism does java use for memory management?

0 Answers  


Categories