How can a gui component handle its own events in java programming?
No Answer is Posted For this Question
Be the First to Post Answer
Explain JSP life cycle
What is ‘is-a ‘ relationship in java?
What is meant by binding in rmi?
What is a priority queue java?
What is a condition in java?
Do we need to manually write Copy Constructor?
what are the differences between java and .net?..why u choose java?
What are the rules for naming an array?
solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..
Explain java thread life cycle.
What part of memory - Stack or Heap - is cleaned in the garbage collection process?
Can we overload the methods by making them static?