Can we assign null to double in java?


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

Post New Answer

More Core Java Interview Questions

Can a class have multiple superclasses?

0 Answers  


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


Name the methods that used to get and set the text label displayed by a Buttonobject?

1 Answers  


What is the main method java?

0 Answers  


What is the is a and has a relation ship in oops concept in java?

9 Answers   BearingPoint, TCS,






can any one tell me when do u go for inheritance and polymorphism

3 Answers  


Do you know why doesn't the java library use a randomized version of quicksort?

0 Answers  


Is call by reference possible in java?

0 Answers  


why java is platform independent?

5 Answers   IBM, SparkTG,


how can you take care of mutual exclusion using java threads? : Java thread

0 Answers  


what is the difference between AWT and SWING what is the advantage of using swing?

3 Answers  


When we give defination of interface method in the class why method must be public???

2 Answers  


Categories