What is math exp in java?
Answer / Ravish Babu Bharti
In Java, Math.exp(double a) returns e raised to the power of a. It's part of the java.lang.Math class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is intern method in java?
What is the functionality of Webserver?
Is alive and join method in java?
Why spring singleton is not thread safe?
Explain about fail fast iterators in java?
What is flag in java?
How can we create a synchronized collection from given collection?
What is starvation?
Explain the relationship between the Canvas and Graphics class?
How an object is serialized in java?
why abstract class does not have object creation
What is the top class of AWT event hierarchy?