What is square root in java?


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

Post New Answer

More Core Java Interview Questions

how to connect two diffrent applet files

0 Answers  


What is the use of volatile in java?

0 Answers  


What class allows you to read objects directly from a stream?

0 Answers  


when asub class inherits a super class and overrides a public method of super class in sub class(public method in super class). why these methods needs to be public in sub class. (otherwise compile time error).

3 Answers  


class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }

8 Answers   Logica CMG,






Is a class subclass of itself?

0 Answers  


What is scope of a variable?

0 Answers   TCS,


What is the use of callablestatement?

0 Answers  


What is array in java?

0 Answers  


Why is java not 100% pure oops?

0 Answers  


where is .equals() method and how is it different from == operation <giving some confusing implementation> Is hashing related to these?

4 Answers   iFlex,


How do you test a method for an exception using junit?

0 Answers  


Categories