Difference between Application Server and Web Server?
2> What is the difference between using
ArrayList list = new ArrayList(); and List list = new ArrayList();
Which one is better to use and Why?
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
Deepak Lal wrote:
2> What is the difference between using
ArrayList list = new ArrayList(); and List list = new ArrayList();
Which one is better to use and Why?
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
3> Which is the driver which we use for JDBC
a>JDBC-ODBC bridge(Type 1 Driver)
b>Native API,Partly Java(Type 2 Driver)
c>Net Protocol,Fully Java(Type 3 Driver)
d>Native Protocol,Fully Java(Type 4 Driver)
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
Ankit Garg wrote:
Difference between Application Server and Web Server?
Well as far as I know, a servlet container is a web Server. For example Apache Tomcat. And an application server is a complete Java EE server like jBoss which supports EJB etc.
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
Vijitha Kumara wrote:Well a servlet container is a Web Container not a Web Server. Web Servers are for serving static content (like html) like Apache Web Server.
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
1> Difference between Application Server and Web Server?
3> Which is the driver which we use for JDBC
be a well encapsulated person, don't expose your privates, unless you public void getWife()!
ice is for people that are not already cool. Chill with this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
|