What is the flag in java?
No Answer is Posted For this Question
Be the First to Post Answer
I don’t want my class to be inherited by any other class. What should I do?
Write a program to show whether a graph is a tree or not using adjacency matrix.
What are legal modifiers that we can use to declare an inner class?
Is oracle charging for java?
What is inner class?what is the use of inner class?where we create the object for inner class? and inner class can extend any class or inner class can implement any interface?
Can you override static methods?
Can a constructor be made final?
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 variable and rules of variable?
enlist some features of jdk.
How to call static method?
Give us a program to check for parenthesis matching using stack.