Main menu
featured posts
health
Technology
business posts
Powered by
Blogger
.
Total Pageviews
Name
your name
Email
*
Your Email
Message
*
your message
Followers
Translate
Pages
Home
Pages
Home
12:41 AM
Unknown
Adavantages And Disadvantages of Java
Advantages(Pros): Easier to learn than c++ Easier to read code than c++ More rapid and potentially less error-prone development (due t...
4:46 AM
Unknown
Evolution Of Java
Java was designed by Sun Microsystems in the early 1990s . Basic aim of java was to solve the problem of connecting many house...
9:50 AM
Hiteshkumar Vaghasiya
Why java is called platform independent language?
One of the major features of java includes that why java is called platform independent language. Before understanding this feature w...
Read more »
Newer Posts
Subscribe to:
Posts (Atom)
social counter
Popular Posts
Reversed pyramid using for loops & decrement operator.
/* Pyramid 5 Example This Java Pyramid example shows how to generate pyramid or triangle like given below using for loop. 12345 1234 ...
How to write XML file in java
import java.io.File; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.transform...
How To Implements Https in java web applications
First Way First of all you need to enable SSL for your server. For Tomcat you need to generate an openSSL keystore and add the follow...
New Features Added By Java Compare to C++
There are a number of features in Java that have no equivalent in C++. Perhaps the three most important are multithreading, packages, and ...
Difference between http and https
There are some primary differences between http and https, however, beginning with the default port, which is 80 for http and 443 for ...
recent posts
category
Core Java
Java Programs
Programming Jokes
popular
Difference between http and https
There are some primary differences between http and https, however, beginning with the default port, which is 80 for http and 443 for ...
How To Implements Https in java web applications
First Way First of all you need to enable SSL for your server. For Tomcat you need to generate an openSSL keystore and add the follow...
How Garbage Collection Works in java
Since objects are dynamically allocated by using the new operator, you might be wondering how such objects are destroyed and their memory ...
How to write XML file in java
import java.io.File; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.transform...
The downside or disadvantages of using HTTPS
The increased security that HTTPS brings might suggest that it should be used as a matter of course, but there are drawbacks that must be ...
How to install JDK 7 in Ubuntu 13.04
In case you need Oracle Java instead of OpenJDK in Ubuntu, here's how you can install it via a PPA: sudo add-apt-repository ppa:...
New Features Added By Java Compare to C++
There are a number of features in Java that have no equivalent in C++. Perhaps the three most important are multithreading, packages, and ...
How to view current classpath in java?
Following example demonstrates how to view current classpath using echo command. C:> echo %CLASSPATH% Result: The above code s...
How to fill (initialize at once) an array in java?
This example fill (initialize all the elements of the array in one short) an array by using Array.fill(arrayname,value) method and Array...
How to set multiple classpath in java?
Following example demonstrates how to set multiple classpath. Multiple class paths are separated by a semicolon. c:> java -classpath ...
recent
About us
Blog Archive
►
2014
(12)
►
January
(12)
▼
2013
(60)
►
December
(57)
▼
November
(3)
Adavantages And Disadvantages of Java
Evolution Of Java
Why java is called platform independent language?
Labels
Core Java
Java Programs
Programming Jokes
Created By
Sora Templates
| Distributed By
Gooyaabi Templates