• Q : Describe Uninitialized variable...
    4/4/2013 6:27:00 AM :

    Uninitialized variable: It is a local variable which been declared, however has had no value allocated to it. The compiler will warn of variables that are employed before being initialized.

  • Q : Define Uniform Resource Locator...
    4/4/2013 6:26:00 AM :

    Uniform Resource Locator: It is a Uniform Resource Locator (abbreviated as URL) expands the concept of file access from a wholly local context to one in which the resources are named uniformly, irresp

  • Q : Define Unicode...
    4/4/2013 6:24:00 AM :

    Unicode: It is a 16-bit character set designed to make it simpler to exchange and exhibit information which makes use of a broad range of dissimilar languages and symbols.

  • Q : What is an Unchecked exception...
    4/4/2013 6:24:00 AM :

    Unchecked exception: An exception for which it is not needed to give a local try statement or to propagate through a throws clause stated in the method header. An exception which is not handled will c

  • Q : Define Unbounded repetition...
    4/4/2013 6:23:00 AM :

    Unbounded repetition: The repetition where statements in a loop's body are executed an arbitrary number of times, according to the consequences of the statements in the loop's body. All of the loop co

  • Q : What is an Unary operator...
    4/4/2013 6:22:00 AM :

    What is an Unary operator: It is an operator which takes a single operand. Java's unary operators are as -, +, !, !, ++ and --.

  • Q : Explain Twos-complement notation...
    4/4/2013 6:20:00 AM :

    Twos-complement notation: In twos-complement notation, the most noteworthy bit in an integer value is employed as the sign bit. A 1 bit points out a negative number, and a 0 bit points out a positive

  • Q : Explain Try statement...
    4/4/2013 6:19:00 AM :

    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 cat

  • Q : Define the term Trusted applet...
    4/4/2013 6:16:00 AM :

    Define the term Trusted applet: It is an applet with additional privileges than an ordinary (that is, untrusted) applet.

  • Q : What is Transmission Control Protocol...
    4/4/2013 6:15:00 AM :

    Transmission Control Protocol: It is the Transmission Control Protocol (abbreviated as TCP) is a set of rules which permit reliable communication among two processes across a network.

  • Q : Define the term Top level class...
    4/4/2013 6:14:00 AM :

    Define the term Top level class: It is a class defined either at outermost level of a package or the static nested class.

  • Q : Define the term Toggle...
    4/4/2013 6:12:00 AM :

    Define the term Toggle: To alternate among two values, like true and false, on and off, or 1 & 0.

  • Q : What is Timeslice...
    4/4/2013 6:10:00 AM :

    Timeslice: It is the amount of running time assigned to a process or thread prior to the scheduler considers the other to be run. The process or thread will not be capable to employ its full allocatio

  • Q : Explain Timesharing system...
    4/4/2013 6:09:00 AM :

    Timesharing system: It is an operating system which shares processor time among multiple processes by assigning each a time slice. Once a process's time slice has finished or expired, the other proced

  • Q : Explain Throw statement...
    4/4/2013 6:07:00 AM :

    Throw statement: It is a statement employed to throw an exception. For example:     throw new IndexOutOfBoundsException(i+" is too large.");

  • Q : Explain Throws clause...
    4/4/2013 6:05:00 AM :

    Throws clause: It is a clause in a method header pointing that one or additional exceptions will be propagated from this technique. For example:    public int find(String s) throws NotFound

  • Q : Describe Throw an exception...
    4/4/2013 6:04:00 AM :

    Throw an exception: Whenever an exceptional circumstance occurs in a program - frequently as an outcome of a logical error and exception object is formed and thrown. When the exception is not caught b

  • Q : Define Thread starvation...
    4/4/2013 6:02:00 AM :

    Thread starvation: It is a condition which applies to a thread which is prevented from running by other threads which do not yield or turn into blocked.

  • Q : Define Thread...
    4/4/2013 6:01:00 AM :

    Thread: It is a lightweight procedure which is managed by the Java Virtual Machine (abbreviated as JVM). Support for threads is given by the Thread class in java.lang package.

  • Q : Explain This...
    4/4/2013 6:00:00 AM :

    This: It is a Java reserved word with numerous different uses: A) Within a constructor, it might be employed as the first statement to call the other constructor in similar class. For illustration:

  • Q : Define TCP endpoint...
    4/4/2013 5:58:00 AM :

    TCP endpoint: It is the combination of an IP address and Transmission Control Protocol (abbreviated as TCP) port number.

  • Q : What is Syntax error...
    4/4/2013 5:57:00 AM :

    Syntax error: It is an error detected by the compiler throughout its parsing of a program. The syntax errors generally result from mis-ordering symbols in statements and expressions. Missing curly sem

  • Q : Explain Synchronized statement...
    4/4/2013 5:55:00 AM :

    Synchronized statement: It is a statement in which an object-lock should be obtained for the target object prior to the body of the statement and can be entered. Employed to enclose a critical section

  • Q : Define the term Swizzling...
    4/4/2013 5:54:00 AM :

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

  • Q : Explain Switch statement...
    4/4/2013 5:53:00 AM :

    Switch statement: It is a selection statement in which the value of an arithmetic expression {expression!arithmetic} is compared for the match alongside different case labels. When no match is found,

©TutorsGlobe All rights reserved 2022-2023.