![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions It uses those low order bytes of the result that can fit into the size of the type allowed bythe operation. Latest Answer : In java there is no point of overflow and underflow, it was there in C. For avoiding that java introduces type casting. Java will allow some more space from the defult space of primtive type. ... The EventObject class and the EventListener interface support event processing. Latest Answer : Java.util.Event class ... Wrapped classes are classes that allow primitive types to be accessed as objects. Latest Answer : Wrapped classes are used to Primative data types as an Object.EX: int val1; val=10; val=new Integer(); ... A native method is a method that is implemented in a language other than Java. Latest Answer : Informs the compiler that the method has been used in a non-java platform and used only with the methods. ... The java.awt.AWTEvent class is the highest-level class in the AWT event-classhierarchy. The range of the short type is -(2^15) to 2^15 - 1. Latest Answer : 2 bytes, signed (two's complement), -32,768 to 32,767 ... The range of the char type is 0 to 2^16 - 1. Latest Answer : char is unsigned so its minimum value is 0. It can't be negative. ... Most of the AWT-related events of the event-delegation model are defined in thejava.awt.event package. The AWTEvent class is defined in the java.awt package. If an expression involving the Boolean & operator is evaluated, both operands areevaluated. Then the & operator is applied to the operand. When an expression involvingthe && operator is evaluated, the Latest Answer : & -> for bitwise operation&&-> for logical comparison ... The purpose of the Runtime class is to provide access to the Java runtime system. Latest Answer : Which returns the runtime information like memory availablilityRuntime.freeMemory() --> Returns JVM Free MemoryRuntime.maxMemory() --> Returns the maximum amount of memory that the JVM will attempt to use.also helps to run the garbage collectorRuntime.gc() ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||