Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) How Struts internally works? For Example if we type the URL "/login.do" how the process goes internaly? How the struts-config.xml loaded?
1 4995public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }
7 13458solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..
2 6402
How can we reduce database write action times in Hibernate?
What is stringwriter?
What is difference between classnotfoundexception and noclassdeffounderror?
How do you use nextline in java?
What methods do you use in servlet - applet communication?
What are the benefits of using servlet over cgi?
Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..
What is java lang string?
How does arraylist size increase in java?
What is a top level class in java?
How many bytes is string in java?
What is cascade and inverse in hibernate?
What are the different types of ioc?
What are the spring containers?
How does indexof work?