Answer Posted / hardeep
adapter class are simply the creation of event handler in
certain situation
| Is This Answer Correct ? | 12 Yes | 9 No |
Post New Answer View All Answers
What is the difference between serializable and externalizable interfaces?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
Differentiate between a constructor and a method? Can we mark constructors final?
public class Test { public static void main(String[] args) { int countA = 0; int countB = 0; int countC = 0; int countD = 0; int countE = 0; int countF = 0; int countG = 0; int countH = 0; int countI = 0; int countJ = 0; int countK = 0; int countL = 0; int countM = 0; int countN = 0; int countO = 0; int countP = 0; int countQ = 0; int countR = 0; int countS = 0; int countT = 0; int countU = 0; int countV = 0; int countW = 0; int countX = 0; int countY = 0; int countZ = 0; } } Can anybody tell me any alternate solution(like loop or something) to automate this initialization process. Ex:- for(char chr='A';chr<='Z'; chr++) { (int) String "count"+chr = 0; }
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
Explain the difference between transient and volatile in java?
When throw keyword is used?
What are the uses of java?
Can an arraylist be empty?
What do you understand by soft reference?
What are the main uses of java?
What is mysql driver class name?
What is method overloading in JAVA? Why is it not present in C ?
What is final?
Why is string buffer better than string ?