Can we override static methods in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of generics? When was it added to the Java development Kit?
How many unicode characters are there?
what us Dyna action form?
4 Answers Aithent Technologies,
What are the concepts of 'OOPS'?
Explain aggregation in java?
Explain how can you debug the Java code?
What happens when a class is made static like if a field or member is made static it becomes class variable and is shared by all the object of the class?
What type of value does sizeof return?
They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?
Why can't we make a class private in java?
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; }
Difference between an argument and a parameter?
10 Answers Accounting, HCL, IBM, Quinnox,