what is difference between jdk1.5 and jdk1.6 1 Answer(s) 2 years and 11 months ago
Posted in : JSP-Interview Questions
what is difference between the jdk1.5 and jdk1.6 in java
View Answers
June 14, 2010 at 3:56 PM
Hi Friend,
1)Java 1.6 runs faster than Java 1.5. 2)Java 1.6 makes programming easier by implementing various tools such as SwingWorker and JTable to develop user interface. 3)Java 1.6 includes new or, in some cases, improved monitoring and management tools, including the "infamous" Jhat, which is used to explore core dumps. It also includes more diagnostic information, making bug fixing somewhat easier. 4)In java 1.6,Java DB, a new database management tool, has been included. Java DB is based on the open-source Apache Derby and is supported by Sun.
What is the difference between a constructor and a method? What is the differencebetween a constructor and a method? Hi,
What is the differencebetween a constructor and a method?
Hi,
I have found a good link of Java program related to differencebetween constructor
difference
difference what's the differencebetween mysql and sql
What is the difference between a JDK and a JVM? What is the differencebetween a JDK and a JVM? Hi,
What is the differencebetween a JDK and a JVM?
Thanks,
Hi,
JDK is stand... to compile your source files using a JVM.
For more differencebetween JDK and JVM
What is difference between Path and Classpath? What is differencebetween Path and Classpath? hi
What is differencebetween Path and Classpath?
thanks
Hi,
The Path & Classpath are used for operating system level environment variales. We mostly use Path
What is difference between TRUNCATE & DELETE What is differencebetween TRUNCATE & DELETE What is differencebetween TRUNCATE & DELETE?
Hi,
The DELETE command is used to remove rows from a table. A WHERE clause can be used to only remove some rows
Difference
Difference What Is the differencebetween JDK & SDK
What is difference between the java and javascript? What is differencebetween the java and javascript? What is the difference beteen the java and javascript?
Hello Friend,
Difference:
1) Java is a Object Oriented programming language developed by Sun Microsystems
difference differencewhat is the differencebetween the JDBC-ODBC bridge, the Native-API-Partly-Java driver, and the JDBC-Net-All-Java Driver is the placement of the database access libraries
Please visit the following link
Difference between Mysql and SQL Differencebetween Mysql and SQL hello,
What is the differencebetween Mysql and SQL??
hii,
SQL is structural quary language but mysql is database package
Difference between SCJP Exams Differencebetween SCJP Exams What is the differences between SCJP 5 (310 - 055) exam and SCJP 6 (310 - 065) exam???
Thank You In Adv
Difference between JSP and Servlets Differencebetween JSP and Servlets What is the differencebetween JSP and Servlets ?
JSP is used mainly for presentation only. A JSP can only be HttpServlet that means the only supported protocol in JSP is HTTP
What is the difference between UNION and UNION ALL in SQL? What is the differencebetween UNION and UNION ALL in SQL? What is the differencebetween UNION and UNION ALL in SQL?
Hi,
UNION is an SQL keyword used to merge the results of two or more tables using a Select
What is the difference between GET and POST method? What is the differencebetween GET and POST method? In PHP, both GET... there is a lots of differencebetween the both. Can anyone please explain...;differencebetween get and post method in PHP
POST method is more secure than GET
Difference between forward and sendRedirect Differencebetween forward and sendRedirect What's the differencebetween forward and sendRedirect?
RequestDispatcher.forward() and HttpServletResponse.sendRedirect() are the two methods available for URL redirecting
Difference between ServletContext and ServletConfig Differencebetween ServletContext and ServletConfig What is the differencebetween ServletContext and ServletConfig?
ServletContext :Defines a set of methods that a servlet uses to communicate with its servlet
Difference between translate and replace Differencebetween translate and replace hiii,
What is the differencebetween translate and replace?
hello,
Replace replace every instence of character with character sting by the given charator of string
What is the difference between a HAVING CLAUSE and a WHERE CLAUSE? What is the differencebetween a HAVING CLAUSE and a WHERE CLAUSE? What is the differencebetween a HAVING CLAUSE and a WHERE CLAUSE?
Hi,
Both HAVING and WHERE clause used for specifying the search condition in SQL