Mention some features of java?
No Answer is Posted For this Question
Be the First to Post Answer
Define an applet in java?
question on Thread synchronization
If you do not want your class to be inherited by any other class. What would you do?
What is a parameter example?
What is Major and importance difference between for and foreach loop ?
I need help please send me reply: Write a program "if given a string like 'HAT', the combination's returned should be like ATH,THA,TAH in java"?
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?
What is split return?
justify c is portable
What about anonymous inner classes in java?
Explain the use of volatile field modifier?
Can we have a try block without catch block?