File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 19561956 "blurb" : " TODO: add blurb for ternary-operators concept"
19571957 }
19581958 ],
1959- "key_features" : [],
1959+ "key_features" : [
1960+ {
1961+ "icon" : " " ,
1962+ "title" : " Modern" ,
1963+ "content" : " Java is a modern, fast-evolving language with releases every 6 months."
1964+ },
1965+ {
1966+ "icon" : " features-typed" ,
1967+ "title" : " Statically-typed" ,
1968+ "content" : " Every expression has a type known at compile time."
1969+ },
1970+ {
1971+ "icon" : " features-functional" ,
1972+ "title" : " Multi-paradigm" ,
1973+ "content" : " Java is primarily an object-oriented language, but has many functional features introduced in v1.8."
1974+ },
1975+ {
1976+ "icon" : " " ,
1977+ "title" : " General purpose" ,
1978+ "content" : " Java is used for a variety of workloads like web, cloud, mobile and game applications."
1979+ },
1980+ {
1981+ "icon" : " features-portable" ,
1982+ "title" : " Portable" ,
1983+ "content" : " Java was designed to be cross-platform with the slogan \" Write once, run anywhere\" ."
1984+ },
1985+ {
1986+ "icon" : " " ,
1987+ "title" : " Garbage Collection" ,
1988+ "content" : " Java programs perform automatic memory management for their lifecycles."
1989+ }
1990+ ],
19601991 "tags" : [
19611992 " paradigm/functional" ,
19621993 " paradigm/imperative" ,
You can’t perform that action at this time.
0 commit comments