What is the use of beaninfo?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Can a main method be declared final?

0 Answers  


Why do we need strings in java?

0 Answers  


Difference between concurrent hashmap and hashtable and collections

0 Answers  


What is the difference between getCodeBase and getDocumentBase methods?

1 Answers   CS Business Services,


Is it possible to use Semaphore/ Mutex in an Interrupt Handler?

0 Answers   Ciena,






Is it possible to create object with out its default constructor? if possible how? else not possible? justify

5 Answers  


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; }

0 Answers  


Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?

0 Answers  


Why do you canvas?

0 Answers  


Is cout buffered?

0 Answers  


What is the purpose of a volatile variable?

0 Answers  


What are internal variables?

0 Answers  


Categories