What is instance example?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is meant by JVM? Is JVM platform independent or not?

0 Answers   Wipro,


What is the structure of java?

0 Answers  


Why are parameters used in functions?

0 Answers  


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); } }

7 Answers   iGate,


what is polymorphism?

5 Answers   Zensar,


take any 4 input numbers. like 2345.. wanted out put is All 16 combinations of the number 2345.. for example- taking input as 4565 output- 5654 4556 4655..

2 Answers   Emphasis,


Can we extend singleton class?

0 Answers  


What are internal and external variables?

0 Answers  


What does string intern() method do?

0 Answers  


What is the difference between the final method and abstract method?

0 Answers  


what is session in java?

0 Answers   Seventhsense Technologies,


Is string a datatype?

0 Answers  


Categories