what about web architecture?
Answer / manoj
Web architecture, the focus is properly on the user and on user requirements. This requires particular attention to web content, a business plan, usability, interaction design, information architecture and web design.
Web architecture entirely depends J2EE standards and folder structure. It depends on the design patterns we define as per the user requirements...Ex: MVC architecture.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is an algorithm in java collection framework? : java collections
where is JNDI being used in java platform?
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
What causes Out of Memory exception?
what is difference between business deligate and session facade ?
Difference between Spring framework and Struts framework?
12 Answers IBM, L&T, VAM,
what is class/object diagram
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.?.
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()); } }
my interviewer asked me what technical specification you used how to answer that question
what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?
VSS Objectives