What is static import?
No Answer is Posted For this Question
Be the First to Post Answer
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?
Can a final variable be initialized in constructor?
What's the purpose of using break in each case of switch statement?
How do you write methodology?
Why do we use variables?
What is public static void main?
Why does java doesnot support multiple inheritance?
How to sort list of list in java?
What are the similarities between an array and an ArrayList?
1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))
What are the 8 primitive data types in java?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?