"ଜାଭା (ପ୍ରୋଗ୍ରାମିଂ ଭାଷା)" ପୃଷ୍ଠାର ସଂସ୍କରଣ‌ଗୁଡ଼ିକ ମଧ୍ୟରେ ତଫାତ

Content deleted Content added
No edit summary
No edit summary
୧ କ ଧାଡ଼ି:
{{Infobox programming language
| name = Java
| logo = [[File:Java programming language logo.svg|259x259px]]
| paradigm = [[Programming paradigm#Multi-paradigm|Multi-paradigm]]: [[Object-oriented]] ([[Class-based programming|class-based]]), [[Structured programming|structured]], [[imperative programming|imperative]], [[Generic programming|generic]], [[Reflection (computer programming)|reflective]], [[Concurrent computing|concurrent]]
| year = {{Start date and age|1995|5|23}}<ref>{{cite web | url=http://www.forbes.com/sites/oracle/2015/05/20/javas-20-years-of-innovation/ | title=Java's 20 Years Of Innovation | publisher=Forbes | date=20 May 2015 | accessdate=18 March 2016 | author=Binstock, Andrew}}</ref>
| designer = [[James Gosling]]
| developer = [[Sun Microsystems]] (now owned by [[Oracle Corporation]])
| typing = [[type system|Static, strong, safe]], [[Nominal type system|nominative]], [[manifest typing|manifest]]
| implementations = [[OpenJDK]], [[GNU Compiler for Java]] (GCJ), [[:Category:Java virtual machine|many others]]
| influenced_by = [[Ada (programming language)|Ada 83]], [[C++]],[[C Sharp (programming language)|C#]], [[Eiffel (programming language)|Eiffel]],[[Generic Java]], [[Mesa (programming language)|Mesa]], [[Oberon (programming language)|Oberon]],<ref>[[Niklaus Wirth]] stated on a number of public occasions, e.g. in a lecture at the Polytechnic Museum, Moscow in September, 2005 (several independent first-hand accounts in Russian exist, e.g. one with an audio recording: {{cite web |author=Filippova, Elena|title=Niklaus Wirth's lecture at the Polytechnic Museum in Moscow|date=September 22, 2005|url=http://www.delphikingdom.com/asp/viewitem.asp?catalogid=1155}}), that the Sun Java design team licensed the Oberon compiler sources a number of years prior to the release of Java and examined it: a (relative) compactness, type safety, garbage collection, no multiple inheritance for classes{{snd}} all these key overall design features are shared by Java and Oberon.</ref> [[Objective-C]],<ref>[[Patrick Naughton]] cites [[Objective-C]] as a strong influence on the design of the Java programming language, stating that notable direct derivatives include Java interfaces (derived from Objective-C's [[Objective-C#Protocols|protocol]]) and primitive wrapper classes. [http://cs.gmu.edu/~sean/stuff/java-objc.html]</ref> [[UCSD Pascal]],<ref>{{cite web |url=http://www.fscript.org/prof/javapassport.pdf |quote=The project went ahead under the name "green" and the language was based on an old model of [[UCSD Pascal]], which makes it possible to generate interpretive code |title=History of Java |work=Java Application Servers Report |author=TechMetrix Research |year=1999 }}</ref><ref>{{cite web |url=http://queue.acm.org/detail.cfm?id=1017013 |title=A Conversation with James Gosling – ACM Queue |publisher=Queue.acm.org |date=2004-08-31 |accessdate=2010-06-09 }}</ref> [[Object Pascal]]<ref>In the summer of 1996, Sun was designing the precursor to what is now the event model of the AWT and the JavaBeans TM component architecture. Borland contributed greatly to this process. We looked very carefully at Delphi Object Pascal and built a working prototype of bound method references in order to understand their interaction with the Java programming language and its APIs.[https://web.archive.org/web/20120627043929/http://java.sun.com/docs/white/delegates.html White Paper About Microsoft's "Delegates"]</ref>
| influenced = [[Ada (programming language)|Ada 2005]], [[BeanShell]], [[C Sharp (programming language)|C#]], [[Chapel (programming language)|Chapel]],<ref name="chplspec">{{cite web|title=Chapel spec (Acknowledgements)|url=http://chapel.cray.com/spec/spec-0.98.pdf|date=2015-10-01|accessdate=2016-01-14|publisher=Cray Inc}}</ref> [[Clojure]], [[ECMAScript]], [[Fantom (programming language)|Fantom]], [[Groovy (programming language)|Groovy]], [[Hack (programming language)|Hack]],<[[Haxe (programming language)|Haxe]], [[J Sharp|J#]], [[JavaScript]], [[Kotlin (programming language)|Kotlin]], [[PHP]], [[Python (programming language)|Python]], [[Scala (programming language)|Scala]], [[Seed7]], [[Vala (programming language)|Vala]]
| dialects = [[Generic Java]], [[Pizza (programming language)|Pizza]]
| license = [[GNU General Public License]], [[Java Community Process]]
| website = {{url|java.net}}
| file_ext = .java , [[Java class file|.class]], [[JAR (file format)|.jar]]
| wikibooks = Java Programming
}}
ଜାଭା ହେଉଛି ଏକ ଜେନରାଲ ପରପୋଜ କମ୍ପୁଟର ପ୍ରୋଗ୍ରାମ୍ମିଂ ଭାଷା ଯେଉଁଟା କି ଏକ ସମୟ ରେ ପ୍ରଚଳିତ,ଶ୍ରେଣୀ-ଆଧାରିତ ଓ ଅବଜେକ୍ଟ-ଓରିଏଣ୍ଟେଡ ।
<ref>{{cite web