How do you do exponents in java?
Answer / Vijay Kumar Kannojia
In Java, you can do exponents using the Math.pow(double base, double exponent) method.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does queue work in java?
What all methods are used to prevent thread execution ?
Whats the difference between notify() and notifyall()?
How do you check if an arraylist is not empty?
Difference between Map & Hashmap
How to do validation of the fields in any project ?
How do I compare two strings in word in java?
How will you load a specific locale?
What is the largest long allowed by java?
. What are the differences between constructor and method of a class in Java?
What is difference between equals and hashcode method?
String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?
6 Answers Flextronics, Keane India Ltd,