# Manual memory allocation/deallocation # (Semi-) direct access to registers
Check the link below for the Java entry in Answers.com.
Java is not similar to C. Java is, however, similar to C++. Both C++ and Java are object orientated programming languages (OOPL's).
java is similar to c/c++,easy to learn if you have some programming experience. and also the developers omitted the concepts of pointers(which are very difficult) in java When java is developed,developers want it to be simple because it has to be work on electronic devices.Where less memory is available.
Java is an Object Oriented Language and it is the Plate form independent and provides many features.
Java was primarily derived from C and C++. It inherits C's syntax and structure, making it familiar to many programmers, while incorporating object-oriented features from C++. Additionally, Java was designed to address some of the complexities and issues present in C and C++, such as memory management and platform dependency.
The java file has the actual JAVA code present in it,..i.e the entire coding is done in that file.. you can view it using any text editor.. After compiling it you get a class file of every class present in the java file When you open a class file in a text editor, you won't see anything that makes sence. You won't find the original code that you wrote in the java file. That is because a class file is a product of the compilation of a java file.
java is simple because the developers of java omitted the difficult concepts of pointers which is used in c & c++ and another reason is that the developers wanted to implement this programming language in electronic devices,which have less memory
Core java refers to the core or basic concepts of the Java programming language. Things like encapsulation, inheritance, multi-threading, exception handling and other basic feature of java that comes as part of the Java standard edition forms Core Java
You don't: Minecraft is a game based in Java and will not run without Java. Not to mention that Minecraft isn't free either. Sure, there are other ways of getting Minecraft for free, but I'm not telling you to do that.
Most websites in present day heavily depend on Java Script and AJAX.
For the same reason: new features, bug fixes, etc. are constantly being introduced.
awt contains all the graphical features of java, including many different elements to create an acceptable and usable GUI for applications easily. such as buttons, sliders and text areas.