Skip to main content

Posts

Showing posts with the label basic about java software development

Basics About Java Software Development | Softlogic Systems Chennai

It’s a dream of many young IT graduates to become a software developer. Java in particular is the most efficient and top object oriented programming language trending across the IT software technologies. This blog talks about the essential concepts of java programming language and software development. JDK: JDK is the short for Java Developer Kit which consists of tools and source files required to create Java applications. It is an open source developer kit which can be downloaded from the official site of Oracle. Object Oriented Paradigm: Java being an object oriented paradigm, the entire application can be divided in to several objects and the methods implied with those objects. Classes and Objects: Every functionality in the object oriented programming language like java is encapsulated within specific classes. These classes can be extended with several child classes. Objects are created to these objects to access the members and member functions belonging to ...