uses of java programming in computers %26in our real life
What are the uses of java in computers and in our reaL life?network
linux toasters
What are the uses of java in computers and in our reaL life?norton
Advantages of Java as a programming language.
Java is heavily Object-Oriented (OO)
As one of the latest OO languages to emerge, the Java language designers at Sun Microsystems had the advantage of seeing what had previously worked well in earlier OO languages and conversely which language features had proven to be the most troublesome. Therefore, Java is actually a hybrid of the best features from leading OO languages such as Eiffel, Smalltalk, and C++, with some extra sizzle thrown in by way of new features. One of the most widely used OO languages, C++, is actually an object-oriented descendant of the non-OO C language. As such, C++ provides a lot of back doors that make it very easy to write decidedly un-OO code. In contrast, Java is object-oriented to its very core. That is, everything in Java is an object.
All of our data, with the exception of a few simple basic data types, are objects
All of the GUI building blocks - windows, buttons, text input fields, scroll bars, lists, menus, trees, layouts and so on - are objects
No comments:
Post a Comment