What is ide with example?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by Static query and Dynamic query?
What is the alternate of 'Inheritance' ?
How to write custom exception in java?
can we override the main() method in java????
3 Answers Vimukti Technologies,
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?
What is implicit object in java?
Write a function to find out longest palindrome in a given string?
Why heap memory is called heap?
Can you override static method in java?
explain the clone method and clonable interface
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
What is byte value?