Do you need to import math in java?


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

Post New Answer

More Core Java Interview Questions

What is the vector class in java programming?

0 Answers  


I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?

8 Answers   KPIT,


What is the static import?

0 Answers  


How do you get the length of a string in java?

0 Answers  


What is the difference between a choice and a list?

0 Answers  






what is the difference b/w static and final methods?

1 Answers  


What loop means?

0 Answers  


What are the actions that can occur when a thread enters blocked state?

0 Answers  


what is multitherading

3 Answers   Tech Mahindra,


what are the differences between java and .net?..why u choose java?

1 Answers  


How can we make string upper case or lower case?

0 Answers  


byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?

7 Answers   NIIT, Wipro,


Categories