Sunday, November 10, 2019

What is Java Programming Language?

What is Java?
•    Java is a high-level programming language developed by Sun Microsystems.


The Java Story
 

•    Java was developed at Sun Microsystems, Inc. (Sun) by James Gosling.
•    The language needed to be small, fast, reliable, and portable (hardware independent).
•    With the goals it had achieved (smallness, speed, reliability, portability), Java was discovered to be ideal for web pages.
•    Java can also be used to write stand-alone applications.


Java Technology


•    A programming language
•    A development environment
•    An application environment
•    A deployment environment


Features of Java


•    Object-Oriented
•    Portable and Platform-Independent
•    Dynamically Linked
•    Multithreaded
•    Garbage Collected


Java Requirements


•    Pentium 166 MHz or faster processor
•    At least 48MB of RAM
o    Using an applet within a Web Browser with JDK plug-in
•    At least 64MB of RAM
o    Graphics based application



Sample Java Program

Hello.java

public class Hello
{
         public static void main (String[] args)
         {
             System.out.println(“Hello, World!”);
         }
}


I am currently accepting programming work, IT projects, school and application development, programming projects, thesis and capstone projects, IT consulting work, computer tutorials, and web development work kindly contact me in the following email address for further details.  If you want to advertise on my website kindly contact me also in my email address also. Thank you.

My email address is the following jakerpomperada@gmail.com, jakerpomperada@aol.com, and jakerpomperada@yahoo.com.

My mobile number here in the Philippines is 09173084360.

My telephone number at home here in Bacolod City, Negros Occidental Philippines is  +63 (034) 4335675.

Here in Bacolod City, Negros Occidental I also accepting computer repair, networking and Arduino Project development at a very affordable price.

My Facebook address is https://www.facebook.com/profile.php?id=100009212511791

My personal website is http://www.jakerpomperada.com

My programming website is http://www.jakerpomperada.blogspot.com

I am also a book author you can purchase my books on computer programming and information technology in the following links below.

https://www.mindshaperspublishing.com/
https://www.unlimitedbooksph.com/

Thank you very much for your help and support.

No comments:

Post a Comment