How to use Media tracker Class.


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

Post New Answer

More Core Java Interview Questions

How a class can implement an interface?

5 Answers   SysArc,


How do you empty a list in java?

0 Answers  


What are scriptlets?

0 Answers  


What is object of class in java?

0 Answers  


What is array length in java?

0 Answers  






ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }

1 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 integer size in java?

0 Answers  


What is the purpose of nested class in java?

0 Answers  


what is difference between excute query ()and execute update ()?

6 Answers   Symphony,


What is hotjava?

0 Answers  


What is the maximum size of a string in java?

0 Answers  


Categories