Java Applications are found everywhere- on mobile phones, Blu-ray disc players, set top boxes, and even in your car(SUV or MUV). Today Java is so famous for its tools and services it gives while developing applications that is found everywhere. Even operating systems have been developed with the help of java, For example- Apple computers 'MAC', Fedora-2, etc. The Global Positioning System(GPS)/Navigation Systems are developed under Java, The 'Packets' in GPRS can be developed using Java socket programming, i will teach you in further Conversations.
Java is Completely Object Oriented ie object depends on its Data and not on the Codes. Other Languages Like C are process oriented ie object depends on its Code and not on Data.
For Execution or Running java, java uses 'Java Virtual Machine'.JVM understands(READ)/interprets ByteCode. ByteCode is a set of instructions which are designed to be executed by the java runtime system ie JVM. ByteCodes are Binary codes and Machines can understand only 0's and 1's ie Binary Code. Therefore java can reach up to machines which other application developing languages can't do.
Java is:
1) Simple
2) Object Oriented
3) Robust
4) Multithreaded
5) Architecture Neutral
6) Interpreted (can be run\access\loaded to any machine, it is not depended on the particular machine, this feature is used in web applications)
7) Distributed (java makes easy in Client/Server communication with this feature,
here client is the person wants a particular information and server possess this information)
8) Dynamic (this feature helps to dynamically link code in a safe manner)
Java language is a set of code containing in the libraries(contains set of universal code used while coding in java) executed by classes(such codes are classified under classes) and stored inside itself for future execution.
Java Consists of two parts the 'Core version' and the 'Advance version'.
In the Core Version of Java, I will teach you with the basics of the programming.
Monday, June 14, 2010
Tuesday, June 8, 2010
Introduction to Coding
Here I am starting with the Basic Snippets of Programming in various computer languages. I am Specialist in GUI technology of the computer languages we have learned in our school ages. Since these languages are very difficult to be understood by the people who are not aware of programming, I am making it little simpler to understand even for those who are not of computer field. They will find this simpler!
For learning basic language of computer programming, we should be very well versed in logic. The computer parts are logically arranged in such a way that it can only
understand the logic (0's and 1's) but it is totally different of ALU. ALU is simply a part of Computer Processing Unit or a Registry. Programming is a very easy logic. Such logic does not consist of Logical operators (ALU). It is simply what we do in day to day life to make life simple, organized, synchronized, or simply arranged. Thus, now you know how Logic is essential in life.
Logic is an ‘arrangement’, a systematic method to do work in day to day life. With the help of logic you can proof the wrong things right and right things wrong, because according to logic the ‘Truth is True’ but the ‘False is also a Truth’. The game of the true or false will be played later in this conversation.
Our computer is made up of several logic gates which when operated generates true and false. Now you should ask the question that "How can computer understand true and false and generate actions?" The answer is that computer system is made up of logical arrangements therefore it will understand only 0's and 1's. Here true belongs to 1's and false belongs to 0's, so it generates 0 and 1 instead of true and false. But for our knowledge we will use true and false in our conversation.
As I have told I am a good tactician in GUI, not that I understand it well but due to its interactivity I have a keen interest in it. Now I will start my journey with the Java, then with VB, VB.NET, .NET Technology, Access 2007 and SQL 2008 followed by web technology and web designing, firstly with HTML coding and later on .NET Technology and other Programming Languages.
I will also share my projects in the end. Thank you.
For learning basic language of computer programming, we should be very well versed in logic. The computer parts are logically arranged in such a way that it can only
understand the logic (0's and 1's) but it is totally different of ALU. ALU is simply a part of Computer Processing Unit or a Registry. Programming is a very easy logic. Such logic does not consist of Logical operators (ALU). It is simply what we do in day to day life to make life simple, organized, synchronized, or simply arranged. Thus, now you know how Logic is essential in life.
Logic is an ‘arrangement’, a systematic method to do work in day to day life. With the help of logic you can proof the wrong things right and right things wrong, because according to logic the ‘Truth is True’ but the ‘False is also a Truth’. The game of the true or false will be played later in this conversation.
Our computer is made up of several logic gates which when operated generates true and false. Now you should ask the question that "How can computer understand true and false and generate actions?" The answer is that computer system is made up of logical arrangements therefore it will understand only 0's and 1's. Here true belongs to 1's and false belongs to 0's, so it generates 0 and 1 instead of true and false. But for our knowledge we will use true and false in our conversation.
As I have told I am a good tactician in GUI, not that I understand it well but due to its interactivity I have a keen interest in it. Now I will start my journey with the Java, then with VB, VB.NET, .NET Technology, Access 2007 and SQL 2008 followed by web technology and web designing, firstly with HTML coding and later on .NET Technology and other Programming Languages.
I will also share my projects in the end. Thank you.
Labels:
INTRODUCTION
Subscribe to:
Posts (Atom)