Is it possible to create Userdefined Unchecked Exception
also?If Yes, give an example?

Answer Posted / balaji

We can't create Uncecked Exceptions

Is This Answer Correct ?    5 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What purpose do the keywords final, finally, and finalize fulfill?

606


What does a boolean method return?

622


How does hashset works in java?

524


What is the difference between an argument and a parameter?

533


How does predicate work in java?

527






What are the uses of java?

561


What is update method called?

655


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

1842


What is autoboxing and unboxing?

576


What defines function?

531


What is mvc in java?

551


Is char a method in java?

508


What is externalizable?

609


What are the two ways in which thread can be created?

592


Explain implementation and how is it different from conversion?

582