How do you do math powers in java?
No Answer is Posted For this Question
Be the First to Post Answer
I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?
Explain about field hiding in java?
How does class forname work in java?
Explain cookies?
What does exclamation mean in java?
What is thread safe singleton?
What is meant by class and object in java?
Why java uses the concept of the string literal?
If you are given the name of the function at run time how will you invoke the function?
Can an interface extend a class?
What is the maximum size of array in java?
Explain what is encapsulation?