What is Session reduplication and how its done?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about core java?
What is actual difference between statement,prepared statement and callable statement and when we have to use it? pls post a answer with code and clear explanation. thanks
while creating thread why we extend thread class
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?
How is string immutable in java?
Can we have multiple public classes in a java source file?
Who found java?
if i have one string class then how can you achive this class functionality of this class?
How does queue work in java?
How many bits is a 64 bit byte?
What are the advantages of encapsulation in java?
How many ways can you break a singleton class in java?