Explain the concept of proper inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
How do you compare two objects?
Using callable statement how can you pass out parameters, explain with example?
How do you sort a string in java?
What is thread count in java?
Can we overload the methods by making them static?
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); } }
Why Java is called as purely platform independent..? Explain briefly..dont Give regular answers Explain with your own example..?
Is singleton thread safe in java?
How do you declare a destructor in java?
What are selection structures?
Explain when we should make an instance variable private.
What is the maximum length of a url?