What is unmodifiable list in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is anti pattern in programming?
How to restrict a member of a class from inheriting by its sub classes?
write a program to create an vector and listeterator.and value should be enter through keyboard.
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[]))
Can we place the any object to key attribute of HashMap<key,value>?
What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?
Can this keyword be used to refer static members?
Is class forname reflection?
What is difference between == and === in js?
How will you convert an ArrayList to Arrays?
Is alive and join method in java?
Which graphs are functions?