This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.b_stds:defact:orcle:java [2021/08/13 13:24] murphy |
dido:public:ra:xapend:xapend.b_stds:defact:orcle:java [2021/11/09 15:40] (current) char ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Oracle: The Java® Language Specification SE 8 Edition ===== | ===== Oracle: The Java® Language Specification SE 8 Edition ===== | ||
| - | [[dido:public:ra:xapend:xapend.b_stds:defact:orcle| return to Oracle de facto Standards ]] | + | [[dido:public:ra:xapend:xapend.b_stds:defact:orcle:start| return to Oracle de facto Standards ]] |
| <table> | <table> | ||
| Line 21: | Line 21: | ||
| : //The Java programming language is a relatively high-level language, in that details of the machine representation are not available through the language. It includes automatic storage management, typically using a garbage collector, to avoid the safety problems of explicit deallocation (as in C's free or C++'s delete). High-[[dido:public:ra:xapend:xapend.a_glossary:p:performance|performance]] garbage-collected implementations can have bounded pauses to support systems programming and real-time applications. The language does not include any unsafe constructs, such as array accesses without index checking, since such unsafe constructs would cause a program to behave in an unspecified way.// | : //The Java programming language is a relatively high-level language, in that details of the machine representation are not available through the language. It includes automatic storage management, typically using a garbage collector, to avoid the safety problems of explicit deallocation (as in C's free or C++'s delete). High-[[dido:public:ra:xapend:xapend.a_glossary:p:performance|performance]] garbage-collected implementations can have bounded pauses to support systems programming and real-time applications. The language does not include any unsafe constructs, such as array accesses without index checking, since such unsafe constructs would cause a program to behave in an unspecified way.// | ||
| - | : //The Java programming language is normally compiled to the bytecode instruction set and binary format defined in The Java Virtual Machine Specification, Java SE 8 Edition.// | + | : //The Java programming language is normally compiled to the bytecode instruction set and binary format defined in The Java [[dido:public:ra:xapend:xapend.a_glossary:v:vm|Virtual Machine]] Specification, Java SE 8 Edition.// |