• Q : What is an Exception...
    4/2/2013 8:03:00 AM :

    Exception: An object symbolizing the occurrence of an exceptional circumstance - usually, something which has gone wrong in the smooth running of a program. Exception objects are made from classes whi

  • Q : Explain Enumerated type...
    4/2/2013 7:56:00 AM :

    Enumerated type: A data type-not directly accessible in Java - in which symbolic names are employed for a series of constant numeric values. They facilitate the evading of magic numbers. They can be s

  • Q : Define Encapsulation...
    4/2/2013 7:53:00 AM :

    Encapsulation: Safeguarding the state of objects by stating its attributes as private and channeling entrance to them via accessor and mutator techniques.

  • Q : Explain Edit-compile-run cycle...
    4/2/2013 7:51:00 AM :

    Edit-compile-run cycle: A common portion of the program development procedure. The source file is made initially and compiled. The syntax errors should be corrected in the editor before compiling it a

  • Q : Define the term Dynamic type...
    4/2/2013 7:49:00 AM :

    Define the term Dynamic type: This type of an object is the name of the class employed to construct it.

  • Q : Explain Downcast with example...
    4/2/2013 7:47:00 AM :

    Explain Downcast with example: It is a cast towards an object's dynamic kind - that is, `down' the inheritance hierarchy. For illustration:        // Downcast from Objec

  • Q : Define Double buffering...
    4/2/2013 7:46:00 AM :

    Double buffering: A graphics method employed to smooth animation. The later version of an image is drawn `at the back the scenes' and then exhibited in its totality whenever the drawing is finished. T

  • Q : What is Dotted decimal notation...
    4/2/2013 7:45:00 AM :

    Dotted decimal notation: The notation employed to symbolize the 4-byte values of an IP address. Each and every byte is symbolized as a value between 0 to 255, for instance 129.12.0.1. The most notewor

  • Q : Explain Do loop...
    4/2/2013 7:44:00 AM :

    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

  • Q : Define Divide and conquer...
    4/2/2013 7:43:00 AM :

    Divide and conquer: An approach to trouble solving which attempts to decrease an overall single big trouble into multiple simpler troubles.

  • Q : What is Disk drive...
    4/2/2013 7:42:00 AM :

    Disk drive: It is a hardware device employed to store the data. They come in numerous forms, like floppy disks, compact disks, and hard disks.

  • Q : What is Discrete simulation...
    4/2/2013 7:41:00 AM :

    Discrete simulation: In a discrete simulation, the time passes at an irregular rate which is determined by the primary events of interest in simulation.

  • Q : Define the term Direct recursion...
    4/2/2013 7:39:00 AM :

    Define the term Direct recursion: Recursion which outcomes from a method of calling itself.

  • Q : Define Deprecated...
    4/2/2013 7:38:00 AM :

    Deprecated: Somewhat that has been made superseded by later on versions of the API. Deprecated methods must not be employed as there is no guarantee that they will carry on to subsist in the future ve

  • Q : State De Morgans Theorem...
    4/2/2013 7:37:00 AM :

    De Morgan's Theorem: The two rules which can help to simplify Boolean expressions comprising multiple logical-not operators in combination with the other Boolean operators.

  • Q : Define Delegation...
    4/2/2013 7:35:00 AM :

    Delegation: The procedure by which an object passes on a message has received to a sub-ordinate object. When inheritance is not accessible in a programming language, then delegation is the most viable

  • Q : State Default label...
    4/2/2013 7:34:00 AM :

    Default label: The destination for all values employed in a switch statement expression which do not contain explicit case labels. The default label is not obligatory.

  • Q : Explain Default initial value...
    4/2/2013 7:32:00 AM :

    Default initial value: It is the default value of any variable not explicitly initialized whenever it is declared. The fields of numeric primitive types contain the value zero by default, Boolean vari

  • Q : Define Deep copy...
    4/2/2013 7:31:00 AM :

    Deep copy: It is a copy of an object in which copies of all the object's sub-components are also prepared. The resultant object may, in effect, be a clone of the novel.

  • Q : Explain Declaration and initialization...
    4/2/2013 7:29:00 AM :

    Declaration and initialization: It is a statement in which a variable is declared and instantly given its initial value. Three illustrations of declaration and initialization are as follows:  &n

  • Q : What is decimal...
    4/2/2013 7:27:00 AM :

    Decimal: The number representation in decimal is base 10. In base 10, the digits 0 to 9 are utilized. Digit positions symbolize successive powers of 10.

  • Q : Define Deadlock...
    4/2/2013 7:26:00 AM :

    Deadlock: A situation which occurs whenever two threads each acquires the lock to one of a set of resources which they both require.

  • Q : Define Data type...
    4/2/2013 7:24:00 AM :

    Data type: There are 8 primitive data types in Java; five of such symbolize numerical types of changeable range and precision - float, double, int, long and short. The remaining three are employed to

  • Q : What is Datagram...
    4/2/2013 7:23:00 AM :

    Datagram: It is a packet of information passed between the two communicating procedures across a network. Both the Transmission Control Protocol (abbreviated as TCP) and the User Datagram Protocol (ab

  • Q : Define Daemon thread...
    4/2/2013 7:20:00 AM :

    Daemon thread: The daemon threads are non-user threads. They are usually employed to carry out low-priority tasks which must not take priority over the major task of the program. They can be employed

©TutorsGlobe All rights reserved 2022-2023.