Probably the first thing that is written anywhere about java is that it is a platform independent language. Have you ever wondered that what is meant by platform independent? How java is platform independent? Why other programming languages lack this...
Home » Posts filed under best way to learn java
How Really Java is Platform Independent
in
best way to learn java,
java,
java learning,
java programing
- By
Mohamed Shimran
- on 12/22/2016
- 2 comments
How To Execute Shell Commands and Print Results in Java
in
bash script -eq,
bash script -ne,
best way to learn java,
execute shell commands,
execute shell commands java,
get runtime,
host runtime,
java,
java learning,
oracle sql plsql,
print results,
tutorial
- By
Mohamed Shimran
- on 9/09/2013
- No comments

There are many ways to execute shell commands and print results in java I guess, the famous and the most used way is Runtime.getRuntime().exec you can find a good explanation for that from here. Coming to the point i am using the same way but little...
How To Make A Addition Calculator In Java Using JOption
in
best way to learn java,
how to learn java,
java game programming,
java learning,
java programing,
java programmer,
java programming,
learn c online,
learn java,
learning java,
programming in java,
tutorial
- By
Mohamed Shimran
- on 5/22/2013
- 1 comment

Okay guys today i will be teaching you how to make a simple addition calculator using Joption in java, I saw someone wrote some codes to calculate addition also it uses Java Scanner. This is that program .
import java.util.Scanner;
class basic_cal
{
...