State the difference between creating string as new () and literal.
No Answer is Posted For this Question
Be the First to Post Answer
What is data object example?
What is computer compiler?
Tell us something about different types of casting?
What is a method declaration?
Explain the available thread states in a high-level?
What is a instance variable?
How is it possible for two string objects with identical values not to be equal under the == operator?
What is actual difference between statement,prepared statement and callable statement and when we have to use it? pls post a answer with code and clear explanation. thanks
Can we create an object of static class in java?
How many decimal digits is 64 bit?
What is preparedstatement in java?
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?