Classes and Objects in Java
In Object Oriented Programming, everything should be inside a type. Hence main() must be also within a type. Java does not support globally declared methods. There is nothing in Java which is not inside a class. Class is a construct which is used to create instances of itself referred to as class instances, class objects [...]
Java Program to generate multiplication table
Lets start with a small java application program to create multiplication table. The application prompts the user to enter a number and generates its multiplication table. The code imports java.util.Scanner package. The Scanner Class is used to read primitive types and strings from the keyboard. The statement creates a new object of Scanner class and [...]
Java Tutorial:Introduction to Java
Java programming language is a general-purposed, class based, object oriented programming language. The important features of Java are: Object Oriented Programming Easier allocation and de-allocation of memory Operating System and Processor independency The major parts of Java Platform are: Java Virtual Machine(JVM) Java Class Library(JCL) JVM is a loader of executable file.JVM [...]
How to configure Git with Eclipse?
Git is a version control system. You can configure Eclipse with Git so as to easily work with Git repositories right from your IDE. Eclipse has a plugin called EGit. To install Egit in Eclipse Open Help>Install New Software In the Box “Work with”, enter Egit or http://download.eclipse.org/egit/updates. You can see a list in the box [...]
How to install lobasis3.3-javafilter in Ubuntu/Linux?
Java filter module for OpenOffice.org 3.3.To install this package in Ubuntu,
How to install tzdata-java in Ubuntu/Linux?
This package contains data required for the implementation of standard local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules. This package contains the data for use by Java runtimes.To install this package in Ubuntu,