what is java used for programming language
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8215
C and C++ Programming Forums
Share tips, tutorials and your experience on C and C++ programming forums. Discuss your programming problems including C/C++, Visual C++, web development and other programming languages. more>> Share tips, tutorials and your experience on C and C++ programming forums. Discuss your programming problems including C/C++, Visual C++, web development and other programming languages.<<less
Added: 2009-03-22 License: Freeware Price: $0.00USD
14 downloads
Scala programming language -- functional OO JVM .NET
Lower costs and increase quality developing with this statically typed, obj. oriented, functional language, easy as python but much safer. - Have you ever dreamed with a statically typed python ? using this p.l. customer complaints disappear ! and its more>> Lower costs and increase quality developing with this statically typed, obj. oriented, functional language, easy as python but much safer. - Have you ever dreamed with a statically typed python ? using this p.l. customer complaints disappear ! and its free. Type cases, pattern matching, tail recursion, case classes, generic functions and classes, ...<<less
Added: 2005-11-11 License: Other Price: $0.00USD
12 downloads
Java Examples - Learn Java Programming by Examples
Kode Java website provides beginners to Java programming some examples of how to use the Java API (Application Programming Interface) to develop an application. Learning by following some examples will hopefully decrease the amount of time needed to more>> Kode Java website provides beginners to Java programming some examples of how to use the Java API (Application Programming Interface) to develop an application. Learning by following some examples will hopefully decrease the amount of time needed to begin to code in Java.<<less
Added: 2007-08-22 License: Free Non-Commercial Price: $0.00USD
21 downloads
New Features In Java 5 - From Managers Point of View
The much awaited Java 5 has been launched in recent past by Sun. People who are in IT or related to IT industry were interested about its consequences on many factors. People who are developing applic more>> The much awaited Java 5 has been launched in recent past by Sun. People who are in IT or related to IT industry were interested about its consequences on many factors. People who are developing applications using Java as a developing technology were more interested in new language features and other technological enhancements. But others for whom it is important to manage such process from higher level were more interested in things that are going to change with Java 5. In this article we are going to discuss enhancements in Java 5 over prior versions that are important from management?s point of view.<<less
Added: 2006-06-04 License: Freeware Price: Free
1242 downloads
What is Microsoft intermediate language (MSIL)? 1.0.0
Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET more>> Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET Framework compile to CIL, which is assembled into bytecode. CIL resembles an object-oriented assembly language, and is entirely stack-based. It is executed by a virtual machine. The primary .NET languages are C#, Visual Basic .NET, C++/CLI, and J#.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
11 downloads
Other version of What is Microsoft intermediate language
License:Freeware
Cprogramming.com: Your Resource for C and C++ Programming
Cprogramming.com is a web site designed to help you learn the C or C++ programming languages, and provide you with C and C++ programming language resources. The Getting Started with the C++ language s more>> Cprogramming.com is a web site designed to help you learn the C or C++ programming languages, and provide you with C and C++ programming language resources. The Getting Started with the C++ language section gives advice about learning C or C++. Learn from C and C++ language tutorials, or test your programming knowledge with programming quizzes including the C++ MegaQuiz.<<less
Added: 2005-08-07 License: Other Free / Open Source License Price: Free
885 downloads
J.Maze The Java Maze Game 1.2
Java Maze Game is an example of object orientated programming using Java?s Swing. You can download the source or compiled version of the game for FREE. By reviewing the source for this game you will learn: Java?s Swing Design including using a more>> Java Maze Game is an example of object orientated programming using Java?s Swing. You can download the source or compiled version of the game for FREE. By reviewing the source for this game you will learn: Java?s Swing Design including using a Jprogress Bar, Java Timer(), Accept keyboard input for movement, work with java?s I.O. system including bufferedReader. This is all available totally for free.<<less
Added: 2003-12-08 License: Freeware Price: $0.00USD
10 downloads
Other version of J.Maze The Java Maze Game
License:Freeware
Java Script String Object
As we have seen in earlier section String object is a widely used object in Java Script. Let us see in this section what the String Object is used for, how to use that in Java Script, some of the methods used in String Object in brief. more>> As we have seen in earlier section String object is a widely used object in Java Script. Let us see in this section what the String Object is used for, how to use that in Java Script, some of the methods used in String Object in brief.<<less
Added: 2006-11-23 License: Freeware Price: $0.00USD
12 downloads
Easy Activation of HTML in Ajax
An Ajax based application could work with XML, JavaScript, CSS and a little bit of HTML. Other programming languages could be part of this client side programming technique but they are often regarded as an add-on and not a part of Ajax. The combination more>> An Ajax based application could work with XML, JavaScript, CSS and a little bit of HTML. Other programming languages could be part of this client side programming technique but they are often regarded as an add-on and not a part of Ajax. The combination of these programming languages has made Ajax into one of the most powerful programming techniques. Instead of simple websites, highly interactive Ajax based online applications are created. It can even be said that the reality of cloud computing has been made possible because of the advancement of Ajax based applications. But when it comes to programming, Ajax is one of the most difficult to code and maintain. The variables<<less
Added: 2009-05-05 License: Freeware Price: $0.00USD
11 downloads
C Programming - Expressions
In this tutorial you will learn about Expressin in C programming language - Arithmetic Expressions, Evaluation of Expressions, Precedence in Arithmetic Operators, Rules for evaluation of expression, T more>> In this tutorial you will learn about Expressin in C programming language - Arithmetic Expressions, Evaluation of Expressions, Precedence in Arithmetic Operators, Rules for evaluation of expression, Type conversions in expressions, Implicit type conversion, Explicit Conversion and Operator precedence and associativity.<<less
Added: 2006-05-30 License: Freeware Price: Free
1260 downloads
Gri Language 2.12.15
Gri Language is a language for scientific graphics programming. more>>
Gri Language 2.12.15 is designed as a simple and effective language for scientific graphics programming.
Major Features:
- Gri is a language for scientific graphics programming. The word "language" is important: Gri is command-driven, not point/click.
- Gri can make x-y graphs, contour graphs, and image graphs, in PostScript and (someday) SVG formats.
- Control is provided over all aspects of drawing, e.g. line widths, colors, and fonts.
- A TeX-like syntax provides common mathematical symbols.
Added: 2007-06-07 License: GPL - GNU Public License Price: GPLGNUPublicLicense
11 downloads
Java Script Variables
Just like any programming language the variables in Java Script are also used to store values. The value of the variable can be edited as required by the programmer.Some of the rules for forming variable names are as follows: Variable names are case more>> Just like any programming language the variables in Java Script are also used to store values. The value of the variable can be edited as required by the programmer.Some of the rules for forming variable names are as follows: Variable names are case sensitive.They must begin with a letter or the underscore character.Having seen about the simple rules for framing variables names now let us see how to declare a variable name.<<less
Added: 2006-11-23 License: Freeware Price: $0.00USD
14 downloads
Webmaster Discussion Forum, Articles & Resources
WebmasterTalk.in is an active Webmasters Discussion forum for discussing topics related to web hosting, software, control panels, programming/scripting languages (ColdFusion, PHP, ASP etc), web design more>> WebmasterTalk.in is an active Webmasters Discussion forum for discussing topics related to web hosting, software, control panels, programming/scripting languages (ColdFusion, PHP, ASP etc), web designing, advertising, SEO, Google discussion etc. Also find Articles and Webmaster Resource directory.<<less
Added: 2006-05-27 License: Freeware Price: Free
1246 downloads
What is Polymorphism 1.0.0
Polymorphism means any forms. In OOPS, it refers to the capability of objects to react differently to the same method. Polymorphism can be implemented in the Java language in the form of multiple methods having the same name. Java code uses a more>> Polymorphism means any forms. In OOPS, it refers to the capability of objects to react differently to the same method. Polymorphism can be implemented in the Java language in the form of multiple methods having the same name. Java code uses a late-binding technique to support polymorphism; the method to be invoked is decided at runtime.<<less
Added: 2007-05-24 License: Freeware Price: $0.00USD
13 downloads
PROGRAMMING WEB WIDGETS WITH PHP
This article describes an approach to programming web user interface components (widgets) using object-oriented programming techniques and providing a way to easily manipulate the overall design of a more>> This article describes an approach to programming web user interface components (widgets) using object-oriented programming techniques and providing a way to easily manipulate the overall design of a site with WYSIWYG HTML editors lime Macromedia Dreamweaver.<<less
Added: 2004-06-25 License: Free for non-commercial use Price: Free
1115 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above what is java used for programming language search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed