What is the public method modifier?
No Answer is Posted For this Question
Be the First to Post Answer
In java, how many ways you can take input from the console?
How to disable caching on back button of the browser?
What is the use of singleton class?
What is Java Package and which package is imported by default?
Is java developer a good career?
What is runtime polymorphism or dynamic method dispatch?
What is the difference between yielding and sleeping?
What is core java called?
Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?
What is boolean law?
They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?
What is heterogeneous in java?