Explain class A{} class B{} class C{} all the three classes are saved in a single file name, what the name should i provide to the file ,in what file name should i run the program? Ple Explain
9 13834They 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?
3 13823they asked class A{} class B{} class c{} all the three class saved as a single file,there is no main method in the file and anothe class M.java class m { psvm(String args[]) { // here the parent class can access } }
2 6476
What does exclamation mean in java?
Is array serializable java?
What is java and their uses?
Can abstract class have private constructor?
What is jagged array in java?
What is the difference between method overriding and overloading?
Can a static class have a constructor?
What is difference between length and length() method in java ?
How many types of keywords are there?
How to find the given number is a prime number or not by getting input from the user
How will you call an Applet using Java Script Function?
What is public static?
Why isn’t there operator overloading?
What language is pass by reference?
What is the base class in java from which all classes are derived?