How to find the index of the largest number in an arraylist java?
what is the output ? Math.floor(-2.1) a)2 b)-2 c)-3.0 d)0
Why should we use java?
Explain different ways of creating a thread?
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?
can I implement my own start() method? : Java thread
what is main difference b/w abstract class and interface
What are the four corner stones of oop?
What is the benefit of abstract class?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
How to sort array in descending order in java?
java is fullu object oriented or pure? why?
What are the new features in java 8? Explain