What is the difference between jfc & wfc?
No Answer is Posted For this Question
Be the First to Post Answer
What are the benefits of operations?
while creating thread why we extend thread class
Is string thread safe in java?
What is subsequence of a string?
Explain the inheritance?
What is instance example?
How do generics work?
public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }
y cant i declare method like public final static show()
Is there any use of an abstract class which has no methods and no attributes?
Why vector class is used?
How list contains works in java?