What is mean by exception?
No Answer is Posted For this Question
Be the First to Post Answer
Without creating a new object, How you can retrieve a String or other object?
Can we initialize the final blank variable?
Name the packages in JDK?
What is JFC?
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 hash table in java?
What is difference between hashset and hashmap?
Compare java and python.
How use .contains in java?
What is flush () in java?
is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies?
What is namespace in java?