who will give req's to u?. how they send req's to u? . what
design documents contains?. when bugs raised on other
developer code how to report to them?.(throgh mail or
........). how to retrive 100 recods from dao layer to
presentation layer.using which collection?. what is sequence
diagram.?.
No Answer is Posted For this Question
Be the First to Post Answer
What is the Spring2.5 MVC Navigation flow?
What are the classes in the java collection framework? : java collections
In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?
How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }
When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?
VSS Objectives
What are the queues in the java collection framework? : java collections
How do you create UserTransaction Object? How do you rollback a transaction in a method?
what is the difference between through and throws?
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
what about web architecture?