dbo:abstract |
محولات لغة جافا هي البرامج التي تحول النصوص المكتوبة بلغة جافا البرمجية إلى أوامر يفهمها الحاسوب. أحد هذه المحولات. (ar) A Java compiler is a compiler for the programming language Java. The most common form of output from a Java compiler is Java class files containing platform-neutral Java bytecode, but there are also compilers that output optimized native machine code for a particular hardware/operating system combination, most notably the now discontinued GNU Compiler for Java. Most Java-to-bytecode compilers do virtually no optimization, leaving this until run time to be done by the Java virtual machine (JVM). The JVM loads the class files and either interprets the bytecode or just-in-time compiles it to machine code and then possibly optimizes it using dynamic compilation. A standard on how to interact with Java compilers programmatically was specified in JSR 199. (en) Un compilateur Java est un compilateur pour le langage de programmation Java[Quoi ?]. Le format de sortie le plus courant pour un compilateur Java est des fichiers .class contenant le bytecode Java plate-forme agnostique. Il existe aussi des compilateurs produisant du code machine optimisé pour une combinaison matériel/système d'exploitation particulière. La machine virtuelle Java (JVM) charge les fichiers .class et interprètes le bytecode ou le compile à la volée et peut également l'optimiser en utilisant la compilation dynamique. (fr) Javaコンパイラは、コンピュータ・プログラミング言語Javaのコンパイラである。 (ja) Um Compilador Java é um compilador escrito para a linguagem Java. São feitos para assemblar o código em Bytecodes Java. O mais conhecido atualmente é o Javac. (pt) Java编译器是Java编程语言的编译器。Java编译器最常见的生成文件是包含Java字节码的Java类文件。Java虚拟机加载Java类文件,并解释或即時編譯Java字节码為机器代码。 class secondmax { public static void main (String args[]) { int n,temp,fmax=0,smax=0; Scanner sc=new Scanner(System.in); System.out.println("Enter how many numbers will you enter:"); n=sc.nextInt; for(int i=0; i fmax) { fmax=temp; } } System.out.println("First max: " + fmax); System.out.println("Second max: " + smax); } } (zh) |
dbo:wikiPageExternalLink |
http://people.cis.ksu.edu/~hatcliff/605/XC/java-comp.pdf.gz http://openjdk.java.net/groups/compiler/ |
dbo:wikiPageID |
1688253 (xsd:integer) |
dbo:wikiPageLength |
2208 (xsd:nonNegativeInteger) |
dbo:wikiPageRevisionID |
1077294844 (xsd:integer) |
dbo:wikiPageWikiLink |
dbr:List_of_compilers dbr:Dynamic_compilation dbc:Java_compilers dbr:Interpreter_(computing) dbr:Java_Specification_Request dbr:Compiler dbr:Run_time_(program_lifecycle_phase) dbr:Optimization_(computer_science) dbr:GNU_Compiler_for_Java dbr:Just-in-time_compilation dbr:Machine_code dbr:Java_(programming_language) dbr:Java_Development_Kit dbc:Java_specification_requests dbr:Java_bytecode dbr:Java_class_file dbr:Java_virtual_machine dbr:Javac dbr:Bytecode dbr:Operating_system |
dbp:wikiPageUsesTemplate |
dbt:Citation_needed dbt:Reflist dbt:Short_description dbt:Compu-prog-stub |
dcterms:subject |
dbc:Java_compilers dbc:Java_specification_requests |
gold:hypernym |
dbr:Compiler |
rdf:type |
dbo:Software yago:WikicatCompilers yago:CausalAgent100007347 yago:Communicator109610660 yago:Compiler109946957 yago:LivingThing100004258 yago:Object100002684 yago:Organism100004475 yago:Person100007846 yago:PhysicalEntity100001930 yago:Writer110794014 yago:YagoLegalActor yago:YagoLegalActorGeo dbo:MusicGenre yago:Whole100003553 |
rdfs:comment |
محولات لغة جافا هي البرامج التي تحول النصوص المكتوبة بلغة جافا البرمجية إلى أوامر يفهمها الحاسوب. أحد هذه المحولات. (ar) Un compilateur Java est un compilateur pour le langage de programmation Java[Quoi ?]. Le format de sortie le plus courant pour un compilateur Java est des fichiers .class contenant le bytecode Java plate-forme agnostique. Il existe aussi des compilateurs produisant du code machine optimisé pour une combinaison matériel/système d'exploitation particulière. La machine virtuelle Java (JVM) charge les fichiers .class et interprètes le bytecode ou le compile à la volée et peut également l'optimiser en utilisant la compilation dynamique. (fr) Javaコンパイラは、コンピュータ・プログラミング言語Javaのコンパイラである。 (ja) Um Compilador Java é um compilador escrito para a linguagem Java. São feitos para assemblar o código em Bytecodes Java. O mais conhecido atualmente é o Javac. (pt) Java编译器是Java编程语言的编译器。Java编译器最常见的生成文件是包含Java字节码的Java类文件。Java虚拟机加载Java类文件,并解释或即時編譯Java字节码為机器代码。 class secondmax { public static void main (String args[]) { int n,temp,fmax=0,smax=0; Scanner sc=new Scanner(System.in); System.out.println("Enter how many numbers will you enter:"); n=sc.nextInt; for(int i=0; i fmax) { fmax=temp; } } System.out.println("First max: " + fmax); System.out.println("Second max: " + smax); } } (zh) A Java compiler is a compiler for the programming language Java. The most common form of output from a Java compiler is Java class files containing platform-neutral Java bytecode, but there are also compilers that output optimized native machine code for a particular hardware/operating system combination, most notably the now discontinued GNU Compiler for Java. Most Java-to-bytecode compilers do virtually no optimization, leaving this until run time to be done by the Java virtual machine (JVM). A standard on how to interact with Java compilers programmatically was specified in JSR 199. (en) |
rdfs:label |
محولات لغة جافا (ar) Java-Compiler (de) Compilateur Java (fr) Java compiler (en) Javaコンパイラ (ja) Compilador Java (pt) Java編譯器 (zh) |
owl:sameAs |
freebase:Java compiler wikidata:Java compiler dbpedia-ar:Java compiler dbpedia-de:Java compiler dbpedia-fr:Java compiler dbpedia-ja:Java compiler http://pa.dbpedia.org/resource/ਜਾਵਾ_ਕੰਮਪਾਈਲਰ dbpedia-pt:Java compiler dbpedia-zh:Java compiler https://global.dbpedia.org/id/2runj yago-res:Java compiler |
prov:wasDerivedFrom |
wikipedia-en:Java_compiler?oldid=1077294844&ns=0 |
foaf:isPrimaryTopicOf |
wikipedia-en:Java_compiler |
is dbo:genre of |
dbr:Jikes |
is dbo:wikiPageRedirects of |
dbr:JSR_199 |
is dbo:wikiPageWikiLink of |
dbr:Sanjay_Ghemawat dbr:Primitive_wrapper_class_in_Java dbr:Classpath dbr:GNU_Classpath dbr:Apache_Harmony dbr:Java_(programming_language) dbr:Java_Development_Kit dbr:Jikes dbr:Sun_Microsystems dbr:Java_Class_Library dbr:Java_Community_Process dbr:Java_annotation dbr:Java_bytecode dbr:Java_class_file dbr:Javac dbr:IcedTea dbr:JSR_199 |
is dbp:genre of |
dbr:Jikes |
is foaf:primaryTopic of |
wikipedia-en:Java_compiler |