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

Overcome the security problems on internet

There're various security problems when we use internet. Here the list of few security problems over internet which could lead to misuse/loss of the data. These problems can be voided with few solutio...

Java - the Java application launcher (JVM)

"Java" is an interpreter that can be used to execute the byte code generated by Java compiler i.e.; it launches a Java application.It does this by starting a Java runtime environment, loading a specif...

Java - describing DB table (DESC table)

JDBC allows us to get metadata information of the DB and DB tables. Our aim here is to describe a table, we need to get the metadata of the DB table. We can achieve this with ResultSetMetaData interfa...

What is a Web Service?

Most of the web applicatoins components are currently being developed with web service. It's important to understand the what is web service and how it works?Web services are application components. T...

Java random value generator

Sometimes, we have to create a system generated random number. You can do this in Java by using Math.random() method. This method returns a float value range between 0 - 1. i.e.; the value could be 0....

Default browser with Netbeans IDE

IDEs launch a browser when you run the web application. You can instruct IDE to launch the browser that you would like. Your system default browser might be Chrome and you might want you're developmen...

Changing default browser with JDeveloper IDE

IDEs launch a browser when you run the web application. You can instruct IDE to launch the browser that you prefer. Your system default browser might be Chrome and you might want you're development do...