Skip to main content

Home/ Java Development/ Group items tagged OpenSource

Rss Feed Group items tagged

Hendy Irawan

JScience - 0 views

  •  
    "Implementation of Units of Measurement services. A coordinates module compliant with OGC/ISO specifications for the development and deployment of geographic applications. A rigourous mapping of mathematical structures (e.g. Group, Ring, Field, VectorSpace ) to Java interfaces. A linear algebra module, which includes a first (and I believe unique) parameterized matrix class capable of resolving linear system of equations involving any kind of elements (e.g. Complex, ModuloInteger, RationalFunctions) A functions module for symbolic calculations and analysis. Different types of numbers such as real numbers of arbitrary and guaranteed precision, or the always exact rational numbers. Support for exact or arbitrary precision measurements (also strongly typed). Support for Standard , Relativistic , High-Energy , Quantum and Natural physical models. A monetary module for precision-guaranteed calculations and currencies conversions."
mahesh 1234

Method Overloading in Java - 0 views

  •  
    Do you Want To know About method Overloading in Java? We provide you best notes on method overloading with great examples which can easily understandable for everyone.There are two ways to overload the method.
  •  
    If a class have multiple methods by same name but different parameters, it is known as Method Overloading. If we have to perform only one operation, having same name of the methods increases the readability of the program.
anonymous

Free Open Source UML Tools - 0 views

  •  
    "UML Editors` "
mahesh 1234

Encapsulation, Encapsulation in Java, Encapsulation Tutorial, Encapsulation Example- Ja... - 0 views

  •  
    Encapsulation is a process of wrapping code and data together into a single unit. It is a way to achieve data hiding.
mahesh 1234

Access Modifier, Public, Default, Private, Protected, Access Modifier in Java - Javatpoint - 0 views

  •  
    There are two types of modifiers in java: access modifier and non-access modifier. The access modifiers specifies accessibility (scope) of a datamember, method, constructor or class. There are 4 types of access modifiers: There are many non-access modifiers such as static, abstract, synchronized, native, volatile, transient etc. Here, we will learn access modifiers.
mahesh 1234

Package in Java - 0 views

  •  
    A package is a group of similar types of classes, interfaces and sub-packages. Package can be categorized in two form, built-in package and user-defined package. There are many built-in packages such as java, lang, awt, javax, swing, net, io, util, sql etc. Here, we will have the detailed learning of creating and using user-defined packages.
mahesh 1234

Interface in Java - 0 views

  •  
    An interface is a blueprint of a class. It has static constants and abstract methods. The interface is a mechanism to achieve fully abstraction in java. There can be only abstract methods in the interface. It is used to achieve fully abstraction and multiple inheritance in Java. Interface also represents IS-A relationship.
mahesh 1234

Runtime Polymorphism in Java - javatpoint - 0 views

  •  
    Runtime Polymorphism. Let's learn what is runtime polymorphism with suitable example.
mahesh 1234

Instance Initializer block in Java - javatpoint - 0 views

  •  
    Instance Initializer block is used to initialize the instance variable.Let's see what is its advantage over instance variable.
mahesh 1234

Super Keyword in Java- Javatpoint - 0 views

  •  
    super keyword. The super is used to refer the immediate parent class object. There are three usage of super. Let's see:
mahesh 1234

Covariant Return Type, Covariant Return Types in Java, Java Covariant Return Type - Jav... - 0 views

  •  
    The covariant return type specifies that the return type may vary in the same direction as the subclass. Before Java5, it was not possible to override any method by changing the return type. But now, since Java5, it is possible to override method by changing the return type if subclass overrides any method whose return type is Non-Primitive but it changes its return type to subclass type.
mahesh 1234

Creating Api Document, Api Document, Creating Api Document Tutorial, Example - Javatpoint - 0 views

  •  
    Advantage of OOPs Naming Convention Object and Class Method Overloading Constructor static keyword this keyword Inheritance(IS-A) Aggregation(HAS-A) Method Overriding Covariant Return Type super keyword Instance Initializer block final keyword Runtime Polymorphism Dynamic Binding instanceof operator Abstract class Interface Package Access Modifiers Encapsulation Object class Object Cloning Java Array Call By Value strictfp keyword API Document Command Line Arg
mahesh 1234

Array in Java - 0 views

  •  
    Normally, array is a collection of similar type of elements that have contigious memory location. In java, array is an object the contains elements of similar data type. It is a data structure where we store similar elements. We can store only fixed elements in an array.
mahesh 1234

Abstract Class in Java - Javatpoint - 0 views

  •  
    A class that is declared with abstract keyword, is known as abstract class. Before learning abstract class, let's understand the abstraction first. Abstraction Abstraction is a process of hiding the implementation details and showing only functionality to the user.
mahesh 1234

Simple Program of Java - 0 views

  •  
    In this page, we will learn how to write the hello java program. Creating hello java example is too easy. Here, we have created a class named Simple that contains only main method and prints a message hello java. It is the simple program of java.
mahesh 1234

History of Java, Java History, History of Java Programming, Java Version History - Java... - 0 views

  •  
    Advantage of OOPs Naming Convention Object and Class Method Overloading Constructor static keyword this keyword Inheritance(IS-A) Aggregation(HAS-A) Method Overriding Covariant Return Type super keyword Instance Initializer block final keyword Runtime Polymorphism Dynamic Binding instanceof operator Abstract class Interface Package Access Modifiers Encapsulation Object class Object Cloning Java Array Call By Value strictfp keyword API Document Command Line Arg
mahesh 1234

Object Class in Java - javatpoint - 0 views

  •  
    In this page, we will learn about the objects and classes. In object-oriented programming, we design a program using objects and classes. Object is the physical entity whereas class is the logical entity. A class works as a template from which we create the objects.
mahesh 1234

Naming Convention in Java - Javatpoint - 0 views

  •  
    Let's learn what is naming convention and what are its benefits.
1 - 20 of 129 Next › Last »
Showing 20 items per page