Skip to main content

Posts

Difference between C and Java ,C++ and Java

Hello Friends I am Kushal Bhatt. And I am welcome you on our blog CompuTech with another topic. Today's topic is Differ ence between C and Java ,C++ and Java. First we discuss Difference bet ween C and Java. 1 . C was develop by Dennie Ritchie at AT&T Bell Labs between 1969 to 1973, On other hand Java was develop by James Gosling at sun Microsystems which first appear in 1995. 2. C is Procedural Ori ented Programming langu age On other hand Java is Object Oriented Programming language . 3. C is Low level langu age On other hand Java is High level lang uage. 4. C is Compi le lang uage On other hand Java is Interpreter Langua ge. 5. C follow Top Bottom approach. on other hand Java follow Bottom Top approach. 6. C contains the Preprocessor Directives header file like #include,#define. On other hand Java not contains any header file. 7 . C support Goto statement, Structure,union but Java not support Goto statement, Stru
Recent posts

What is Object Oriented Programming.?

Hello Friends I am Kushal Bhatt. And I am here with new topic on object oriented concepts on our blog CompuTech. So let's start our today's topic, Object oriented concepts are relates to our life Oops concept are used in real time use . It is also provide data hiding so data can not accessible by external functions. data abstraction concept that help in improve the security. In Object Oriented Programming program are divide in no.  of objects. New data and methods can easily add whenever necessary. Object oriented programming is follow bottom to up in program design. There are following concepts are providing by Object Oriented Programming. 1.class 2.Objects 3.Data Abstraction 4.Encapsulation 5.Inheritance 6.Polymorphism. 7.Message Communication 8.Data Binding . 1. Class :-          Class is a a way to enclose a methods variables in single package or unit known class.          So we can easily

What is JRE and JDK.?What is use in Java.?

Hello Friends I am Kushal Bhatt And here I am with new topic on our blog CompuTech. Today's topic is on JRE and JDK. So lets start our topic, What is JRE.? JRE stands for Java Runtime Environment. JRE is used to provide an runtime environment for java application. JRE is also consist a JVM and also implementing JVM whenever it requiring. JRE is provide all java classes and methods and other libraries ,Development tools to java applications. Without JRE you java application can not be run. It provide only runtime environment to java application not development application . Example if you want to make client only use java application not modification then you need to only install JRE to client machine . Which make enable only run java application. If you want to develop a java application then you need to install JDK on machine. JRE consist only JVM and Java Standard Libraries( JSL ). for Development JDK is used, JDK stands for Java Development

What is JVM.?How its Works.?

Hello friends I am Kushal Bhatt And I am welcome you on my another content on our blog CompuTech . In this blog we are discuss on JVM and JRE. So lets start our today's topic. It's not necessary to know internal works of JVM and it not having connection to java code programming but if you want to make deep knowledge related to java then you can find it here and it can be helpful to solve a problem which is unsolvable. 1 . What is JVM.? JVM stands for Java Virtual Machine. It is also called a Abstract Computer or Virtual Computer. JVM us essential part of Java. Normally all language compiler are translate source code to machine code for a specific computer . Java compiler is also done those things with slightly different way. You are already know the java is both compiler and interpreter language. So once java compiler convert your source code to not machine code  but it convert into byte code. This byte code are not understandable by computer as well

Features of java for beginners

Hello friends I am kushal bhatt And I am welcome you on my another post on java subject in our blog CompuTech. Today We need to discuss the key features provided by java . So lets start our todays topic Java is very high level programming language and its also support oops concepts that make it more better. There are list of features provide by java 1.Simple and Familier 2.Object Oriented. 3.Robust and Secure. 4.Plateform Independent and portable. 5.Compiled and Interpreter. 6.Distributed. 7.Multithreading and Interactive 8.High Perfomance. 9.Dynamic and Extensive. 1. Simple and Familier: -             Java are not use some of features such as Operator overloading,Multiple Inheritence,Goto statement , pointer, Preprocessor Directive and many more features which is helpful to reduce complexity of program. Java is quite similar to C and C++ even though Java syntax similar to C and C++. So it is easy to understand to existing programmer.and

Basic Introduction of Java for beginners

Hello Friends I am kushal bhatt and I am welcome you on our very first  blog CompuTech . Friends, you all are already aware about a Java Programming Language like how to write a code how to compile and run it but i am here to discus about . Why Java was invented. Which requirement fulfilled by Java and Nowadays Where actually java is used in a real time . So it is very required for your career to clear basic fundamental of java . So lets start our todays topics☕ First of all we need to clear what is actual java is? Java is a System friendly High level programming language that means java can easily interact with system. Java is a pure Object Oriented Programming language because everything in java must be object or class . History :- Java was Developed by James Gosling at sun microsystems in 1990  and after couple of years it acquire by Oracle corporation till now. Sun microsystem actually want to develop a language that can easily work with electronic