--%>

Explain Base type

Base type: The kind of items that might be stored in an array - the arrays defined type. For example, in

    int[] numbers;

the base type of numbers is int. Here the base type is a class type; it points out the lowest super type of objects which might be stored in the array. For example, in

Ship[] berths;

Just instances of the Ship class might be stored in berths. When the base type of an array is Object, instances of any class might be stored in it.

   Related Questions in Programming Languages

  • Q : Explain the term accessibility testing

    Explain the term accessibility testing.

  • Q : What is Stepwise refinement Stepwise

    Stepwise refinement: It is a divide and conquer approach to the programming, in which a complicated problem is recursively divided into smaller, sub-problems and more manageable. This approach to program design is frequently employed with structured p

  • Q : Explain Do loop Do loop : This is one

    Do loop: This is one of Java's three control structures employed for looping. The other two are the for loop and while loop. A do loop comprises of a loop body and a Boolean expression. The condition is tested subsequent to the loop body has been fini

  • Q : Maintaining audit trail of product

    The accuracy of product table data is crucial and the Brwebean’s. owner prefers to have an audit file which contains information regarding all DML activity on the BB_PRODUCT table. This information must point out the user id of the user running a DML statement,

  • Q : Explain the common uses of XML Explain

    Explain the common uses of XML.

  • Q : Define the term Swizzling Define the

    Define the term Swizzling: It is the process of recursively writing the contents of an object through object serialization.

  • Q : Explain Try statement Try statement :

    Try statement: The try statement performs as an exception handler - a position where exception objects are caught and dealt with. In its most common form, it comprises of a try clause, one or more catch clauses and the finally clause.

  • Q : State the term DOM and how does this

    State the term DOM and how does this relate to XML?

  • Q : What are the examples of microkernel

    What are the examples of microkernel?

  • Q : Use Finite-State Space Abstractions Use

    Use Finite-State Space Abstractions: In order to successfully apply explicit-state model checking, defects must be detectable in a sufficiently small state space. This can be achieved either by means of heuristics that constrain the way the state spac