What is the current version of java?
No Answer is Posted For this Question
Be the First to Post Answer
Can a abstract class be defined without any abstract methods?
Explain different forms of polymorphism?
i would like to attend for an interview of datalab technologies company i want to know the pattern of imnterview.
What is the difference between compile-time polymorphism and runtime polymorphism?
why string constant pool in java
Java violates few objected oriented concepts. Can you explain in what way?
Wha is the output from system.out.println(“hello”+null); ?
Have you used any version control ? if so explain about it?
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); } }
What are the different types of collections in java?
When will you define a method as static?
What is Difference between Serializable and Externalizable in Java serialization?