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 are the classes in the java collection framework? : java collections
What is deque in the java collections framework? : java collections
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
How is hashset maintained in memory by java ?
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()); } }
what is the difference between banking and insurance domain?
What is IOC in spring?
What are the types of interface used in the java collections? : java collections
How do you debug your java program?
who should use JNDI?
i need java 1+ experience resume on java developer kindly send me my mail id:srikanthreddy1.marla@gmail.com
What is the enumerator of the java collection framework? : java collections