Differentiate between run time error and syntax error.
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between length and length() method in java?
what are the oops concept in java explain with real time examples
24 Answers Accenture, Bosch, Consummate Technologies, CTS, Current Technologies, iNautix, Infosys, Kekran Mekran, QA InfoTech, RTRT, SofTech, Tech Mahindra, Thorogood, Timios, Wipro,
long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?
What is a memory leak in java?
is it possible to add a object in a HASHMAP
10. class Nav{ 11. public enum Direction { NORTH, SOUTH, EAST, WEST } 12. } 13. public class Sprite{ 14. // insert code here 15. } Which code, inserted at line 14, allows the Sprite class to compile? a)Direction d = NORTH; b)Nav.Direction d = NORTH; c)Direction d = Direction.NORTH; d)Nav.Direction d = Nav.Direction.NORTH;
Hi Friends, can u give code to convert ArrayList to HashMap and HashMap to ArrayList.
What is exception hierarchy in java?
Why are strings immutable in Java?
What is an object’s lock and which object’s have locks?
Why volatile is used in java?
what are depricated methods ?