Explain what access modifiers can be used for methods?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me about your ability to work under pressure
Write a code to create a trigger to call a stored procedure
How to sort a vector elements that contains the user define class object? (Note: If Suppose consider, A Student class contain two data members. They are String studentName and int rollNo. I am creating Four objects for this class, each object contains students details like name and roll no. Now i am storing that objects in vector and if i retiving the elements from the vector means then it should be display in sorting order)
3 Answers ProdEx Technologies,
What is protected in java?
Can a class be declared as static?
What is constant in programming?
What is the difference between a scrollbar and a scrollpane?
What does index mean in java?
What is the declaration statement?
What is the multi-catch block in java?
Explain the difference between static and dynamic binding in java?
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?