![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions 1.what is meant by inheritance,single inhertiance,multiple inheritance?2.define abstract class & abstract method?3.how to developed and delopying a SERVELT,JSP program in the TOMCAT APACHE SERVER,WEBLOGIC Latest Answer : Basically inheritence means subclass inherit the features of his parent class as well as his own different additional features. The example is parents and child. The child have features from his mother and father as well as his own additional features. ... Read Answers (17) | Asked by : sivakumar Latest Answer : Java is a platfrom independent language. It is used for application programming.But JavaScipt is used to view the presentation part into the web browser. ... Read Answers (7) | Asked by : vijay Tags : Java Script Function Explain about 3-tier architecture in Java Latest Answer : middle tier is primarly based on processing the bussiness logic. The main idea of dividing into tiers is like the application developer can concentrate on specific tier in developing webapplication and the changes that effect the entire application ... Read Answers (22) | Asked by : shubhodeep What is the difference between Abstract Factory Pattern and factory Pattern? When would you use each of them? Latest Answer : Abstract factory pattern is typically used for giving implementation to specification (eg., jdbc, servlet specifications etc...). Factory pattern is used when you want to defer object creation to later stages (when concrete implementation of that class/interface ... Read Answers (3) | Asked by : santanu Tags : Abstract I need to build a 4-Tier System, where I have a presentation-Tier, a Business-Tier, a Data-Tier and a 4th tier compose by remote machines. What is the best JAVA solution, between all the JSP, Servlet's, EJB, etc. ? Read Answers (2) | Asked by : João Neto Latest Answer : In C args[0] = filename args[1]= first argumentin Java args[0] = first argument ... Latest Answer : OBJECTS SIT ON HEAPPRIMITIVES (LIKE INT, DOUBLE ETC) SIT ON STACKSTACK IS FASTER THAN HEAP.OBJECTS ARE PASSED BY REFERENCE. PRIMITIVES ARE PASSED BY VALUE.OBJECTS ARE GARBAGE COLLECTED. PRIMITIVES ARE CLEARED FROM THE STACK BY MOVING THE STACK ... Latest Answer : Hi,This was exact output about java.util.Date and java.sql.Date: java.util.Date date1 = new java.util.Date(); System.out.println("Hello World! "+ date1); java.sql.Date date2 = new java.sql.Date(date1.getTime()); System.out.println("Hello ... Read Answers (8) | Asked by : murthy Latest Answer : Hi Friends,Serialization: It is the process of writing the state of the object to a Stream.De-Serialization: It is a process of reading the state of the object from a Stream And creating an ObjectMarshalling:marshals means to packup the information. The ... Read Answers (3) | Asked by : shekhar What is the difference between light weight component(like swing) and heavy weight component(like awt). Read Answers (9) | Asked by : Naresh
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||