How do you check if an arraylist is not empty?
What do you know about java?
How do you compare objects 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?
Where import statement is used in a java program?
How is Object Oriented Programming different from Procedure Oriented Programming?
Why java is not 100% object-oriented?
Write a program in java to find the maximum and minimum value node from a circular linked list.
What are the six ways to use this keyword?
What is the size of boolean variable?
What is the difference between inner class and nested class?
if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java
Which is better arraylist or vector?