The Java programming language is a high-level language that can be characterized by all of the following buzzw?

*Simple

*Object oriented

*Distributed

*Interpreted

*Robust

*Secure

*Architecture neutral

*Portable

*High performance

*Multi threaded

*Dynamic

*Cross-Platform

Explain the meaning of each of these buzzwords.

✅ Answers

? Favorite Answer

  • Simple – many high level languages encapsulate tedious tasks into easy to understand implementations, Java is one of them

    Object oriented – the programming paradigm whereby a template (class) is a cookie cutter to make instances (objects) which have an autonomy of their data and control of it. In such a methodology, there exist hierarchies, where parent classes can have children classes that inherit attributes from the parent

    Distributed – Communication between objects (the calling of methods) does not have to reside on the same machine, let alone the same application

    Interpreted – Instead of compiling to a specific architecture, you instead compile to a generic byte code which will work on any machine, because it is the interpreter that is compiled specifically to the machine. The program can then be tossed around without recompiling, since it is interpreted

    Robust – The ability to enforce quality control through such things as error handling

    Secure – Speaks for itself. In the context of java, it allows you to put up barriers with things like the keyword private

    Architecture neutral – see Interpreted

    Portable – see Interpreted

    High performance – This one is vague. Some people consider high performance to be the ease with which code is produced, others think performance means pure numbers and speed.

    Multi threaded – Can make use of more than one thread if the OS supports it. Threading simply means synchronous execution of code

    See also  Would distributed networking and multicore programming be considered parallel computing in CS definition?

    Dynamic – It can change on the fly somewhat

    Cross-platform – see Interpreted

  • The languages supplies you you some equipped-in issues like key words and purposes that carry out some predefined projects. You boost a software using this prebuilts. This prebuilts are defined via the language developer in the laptop language bits and bytes. whenever you run a software that’s compiled (in case of C,C++) or interpreted then compiled (in case of Java). This step makes specific of no syntatical errors in this methodology and produces a compiled code (.obj document (C,C++) or byte code (Java)). This compiled code is now accomplished i.e., instructions are performed as stated. This technique of compilation is performed via compiler. The compiler is a gadget, which interprets severe-point language to gadget-point and vice-versa. those instructions are given to the processor chips using ssome command words. The processor chips are additionally programmed. shall we first see how a chip works. each processor has a meeting language linked with it. This language instructions are like writing words as a substitute of sequence of bits or bytes. The command words are the sequence of bits whose each and each piece or team of bits defines a particular functionality. The processor recieves the command observe reads each and each piece and produces the needed output in one in all those sequence of bits and sends to the questioning gadget. actual this processor chip works with the voltages; bit representing decrease volt or volts and a million-bit representing bigger voltage or any beneficial voltage (relies upon on the chip). On recieving the result from the chip, the compiler converts it into the needed type and promises the output on the exhibit screen. i attempted to describe with my finished potential, wish it is going to sparkling your doubts.

    See also  What is the best ide/compositor for C++ in windows?
  • Other Related Questions

    Learning Visual Basic ?

    Answers Favorite AnswerTry using "System.Diagnostics.Process. GetProcessesByName( "iwmp" ).Length > " for your check.

    Microsoft Office word Fast answer needed its urgent?

    Answers Favorite AnswerTry this:http://www.techsupport.com///microsoft-wo...Here is another thread re: the same issue with instructions:http://www.pcreview.co.uk/forums/modification-not-...http://www.techsupport.com///microsoft-wo...http://support.microsoft.com/kb/http://answers.microsoft.com/en-us/office/forum/of...

    Can I download a whole city android google maps?

    Answers Favorite Answer:) Yes!!!Interesting question. I wonder why it has blocked in this way especially considering that Google Earth is very detailed and has good maps of Israel.

    What is meant by ROM ? Explain in simple but elaborate terms.What about mobile ROM’s?

    Answers Favorite AnswerHi Diva below is a link that will give a simple answer.http://wiki.answers.com/Q/What_does_ROM_stand_for_...Hope this helps.Source(s): Experience and wiki answers.ROM is Read only memory. i.e data can write only once.There two types of ROM..ROM.PROMThe difference between ROM and PROM.that is ROM is programmed during manufacturing it means data stored by manufacturing company.PROM is blank memory that a user programmable memory.user can store content on PROM.both ROM and PROM are Read only memory Data can write only once.and its not possible to write so many time.Memories of PROM and ROM are Non-volatile in nature. Its that stored informations can retain even power goes off.

    Leave a Comment