Sunday, November 20, 2011

Java Platform Standard Edition (SE) 7


Oracle has two products that implement Java Platform Standard Edition (Java SE) 7: Java SE Development Kit (JDK) 7 and Java SE Runtime Environment (JRE) 7.

JDK 7 is a superset of JRE 7, and contains everything that is in JRE 7, plus tools such as the compilers and debuggers necessary for developing applets and applications. JRE 7 provides the libraries, the Java Virtual Machine (JVM), and other components to run applets and applications written in the Java programming language.



To develop Java applications and applets, you need the JDK (Java Development Kit), which includes the JRE.


To Download jdk7 click here

The Java Development Kit is a development environment for building applications, components and applets using the Java programming language. 

The JDK includes tools useful for developing and testing programs written in the Java programming language and running on the Java platform.


Contents of the JDK
Development Tools
(In the bin/ subdirectory) Tools and utilities that will help you develop, execute, debug, and document programs written in the JavaTM programming language. 


Runtime Environment

(In the jre/ subdirectory) An implementation of the Java Runtime Environment (JRE) for use by the JDK. The JRE includes a Java Virtual Machine (JVM), class libraries, and other files that support the execution of programs written in the Java programming language.


Additional Libraries
(In the lib/ subdirectory) Additional class libraries and support files required by the development tools.


Demo Applets and Applications

(In the demo/ subdirectory) Examples, with source code, of programming for the Javaplatform. These include examples that use Swing and other Java Foundation Classes, and the Java Platform Debugger Architecture.


Sample Code

(In the sample subdirectory) Samples, with source code, of programming for certain Java API's.


C header Files

(In the include/ subdirectory) Header files that support native-code programming using the Java Native Interface, the JVM Tool Interface, and other functionality of the Javaplatform.


Source Code

(In src.zip) Java programming language source files for all classes that make up the Java core API (that is, sources files for the java.*, javax.* and some org.* packages, but not for com.sun.* packages). This source code is provided for informational purposes only, to help developers learn and use the Java programming language. These files do not include platform-specific implementation code and cannot be used to rebuild the class libraries. To extract these file, use any common zip utility. Or, you may use the Jar utility in the JDK's bin/ directory: jar xvf src.zip


To Download jdk7 click here

Thursday, October 20, 2011

Microsoft Visual Basic 6.0 Free Download iso image

Free Download Microsoft Visual Basic 6.0 iso image from here and start developing applications using Visual Basic.


VISUAL BASIC is a high level programming language which evolved from the earlier DOS version called BASIC. BASIC means Beginners' All-purpose Symbolic Instruction Code. It is a relatively easy programming language to learn. The code looks a lot like English Language. Different software companies produced different versions of BASIC, such as Microsoft QBASIC, QUICKBASIC, GWBASIC ,IBM BASICA and so on. However, people prefer to use Microsoft Visual Basic today, as it is a well developed programming language and supporting resources are available everywhere. Now, there are many versions of VB exist in the market, the most popular one and still widely used by many VB programmers is none other than Visual Basic 6. We also have VB.net, VB2005, VB2008 and the latest VB2010. Both Vb2008 and VB2010 are fully object oriented programming (OOP) languages.

VISUAL BASIC is a VISUAL and events driven Programming Language. These are the main divergence from the old BASIC. In BASIC, programming is done in a text-only environment and the program is executed sequentially. In VB, programming is done in a graphical environment. In the old BASIC, you have to write program code for each graphical object you wish to display it on screen, including its position and its color. However, In VB , you just need to drag and drop any graphical object anywhere on the form, and you can change its color any time using the properties window.

On the other hand, because the user may click on a certain object randomly, so each object has to be programmed independently to be able to response to those actions (events). Therefore, a VB Program is made up of many subprograms, each has its own program code, and each can be executed independently and at the same time each can be linked together in one way or another.

With VB 6, you can create any program depending on your objective. For example, if you are a college or university lecturer, you can create educational programs to teach business, economics, engineering, computer science, accountancy, financial management, information system and more to make teaching more effective and interesting. If you are in business, you can also create business programs such as inventory management system, point-of-sale system, payroll system, financial program as well as accounting program to help manage your business and increase productivity. For those of you who like games and working as games programmer, you can create those programs as well. Indeed, there is no limit to what program you can create!

Here you can download the iso image for Visual Basic 6.0 IDE software and mount the image file using any  virtual disk creator tool like PowerISO or Deamon Tools etc. and then install the IDE on your computer to start developing various applications.


Thursday, October 6, 2011

Turbo C++ Free Download C++ Compiler from Borland

Free Download Borland TurboC++/TurboC3 compiler from here and start programming in C and C++.




This is a free C++ compiler from Borland. It comes with an IDE and debugger.


          Licence: Freeware Free
          OS: Windows 7/Vista/2003/XP/2000/98
          Requirements: No special requirements

  Turbo C is a free C++ compiler from Borland. It comes with an IDE and debugger. It was first introduced in 1987 and was famous for its integrated development environment, small size, very fast compile speed, comprehensive manuals and low price. you can free download Turbo C 3.0 now.

Saturday, October 1, 2011

Hi Friends..
I'm Shobhit Upadhyay. I'll be here to help you to know more and more about the world of computer. We'll learn with fun, a lot of fun. So, read my blog daily to be updated with me.