what are the different phases in delivering the project during development and maintenance?
why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface
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; }
What is Map,List,hashtable,ArrayList and difference between them??
Difference between error and exception
my interviewer asked me what technical specification you used how to answer that question
What is difference between JMS and Web Services?
Please can anybody explain what exactly "the project architecture" means???
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
in EJB diclare the static methods are not?
Which instutute is offering course for rhino jain slee
what are memory considerations of jsp compares to other web components?
what are the differences between Generic server and application server in WebSphere environment?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
what is interface in java ?can you explain with simple example?and what is the difference between abstract and interface?