Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
2119I have deployed a .war file in my application server comprising of struts and hibernate.If i want to change the "dialect" property of hibernate cfg file how can i change(I have only .war file)... Thanks in advance
1933
How do you execute a thread in java?
What are the ddl statements?
Are actions thread safe?
Which element of hbm.xml is used to map a java.util.set property in hibernate?
Does java trim remove newline?
What is java collection? : java collections
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 type of files are required to deploy an application into websphere. How can they be installed?
What is foreign key in hibernate?
How to integrate spring and hibernate frameworks?
explain multi-threading in java?
How does jdbc work?
What’s the difference between the methods sleep() and wait()?
How to create a thread in java?
What is number data type in java?