ANT (Another Need Tool) - build and deploy toolThe above diagram shows the tasks that have to be carried out to built a standalone java application. The process of building a project has to be done re...
Java
Java is a very popular programming language for developing different scale applications. Java can be used to develop various different kind of applications i.e.; a desktop application, mobile application, web application etc.
Java is an object oriented programming language developed by Sun Microsystems in 1995.
Learn more about Java evolution
My friend has asked me a very interesting program. I would like to share that with you... (Not the very difficult problem though).Problem: With a combination of five numbers 1, 2, 3, 4, 5 all the poss...
If you haven't read the previous article, click here to read.Question: 46Given:1. public class Base {2. public static final String FOO = "foo";3. public static void main(String[] args) {4. Base b = ne...
As we already know that Google launched an application server for Python based on the CGI environment last year. Their application server name is Google App Engine. As of now users can develop a proje...
Are you using Oracle OC4J server? If you're, did you think about using the Netbeans IDE (Integrated Development Environment)?Download OC4J from the Netbeans updatesOpen Netbeans IDE and then follow be...
A Java Enterprise Edition (Java EE) application usually connects to the database by either making a direct connection to the database using JDBC thin drivers provided by the database vendor or creatin...
Here is the sixth article of questions on SCJP 1.5. If you haven't read the fifth article, click here to read.Question: 26Given:84. try {85. ResourceConnection con = resourceFactory.getConnection();86...
Dice.com recently compiled a list of the skill sets most in demand among employers. The top 5:Security - Employers often want to hire people who have earned the CISSP (Certified Information Systems S...
In 1990, the Sun Microsystems Inc, US has got a project, which is developing remote control software. Different remote controllers having different processors and so they have to develop different sof...
Let's have a quick look at what made Java more popular among the existing programming languages like COBOL, FORTRAN, PASCAL, C, C++.Programming language:I'm going to ask some general questions before ...