Content
@
0 reply
0 recast
2 reactions
Phoenix 🎩🎭
@hafezbe
Java is an object-oriented and class-based programming language that can be run on different platforms by writing a program only once. Codes written in this language are compiled in "javac" environment. After compilation, a class code is obtained, which needs an interpreter(such as Java Virtual Mach) to run.
30 replies
8 recasts
8 reactions
Zizi1998
@zizi1984
Java language is similar to C Plus Plus; But the object-oriented model is easier and supports fewer low-level capabilities. The idea of Java's object orientation is taken from the Smalltalk language. One of the fundamental features of Java is that it performs memory management automatically.
0 reply
0 recast
0 reaction