Is java a super set of javascript?
No Answer is Posted For this Question
Be the First to Post Answer
Which class should you use to obtain design information about an object
Which method must be implemented by all threads?
Is a boolean 1 bit?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
How HashMap implemented in java? how it internally works when values are added or searched from hashMap?What is the difference betweenthe implementation of hashmap and Linked Hashmap?
When should we create our own custom exception classes?
why we are calling j2se why not j1se or j3se or j4se..etc is there any reason.. can u please explain it... i shocked in my interview when they asked this question please explain ans
What is methodological framework?
What is var keyword ?
What is functional interface in javatpoint?
What is outofmemoryerror in java?
write a program to create an arraylist with string(add,remove) operation.and value should be enter through keyboard.