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 5010public 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 13502solve 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 6416
What is the difference between filters and interceptors ?
What is an object in java and how is it created?
How can you inject java collection in spring?
Differentiate between static and non-static methods in java.
what are the different modes of archival? Explain each mode in two lines each?
Write a program to find the whether a number is an Armstrong number or not?
What is a classloader in java?
What is action chaining ?
What is the difference between equals() and == in java?
Realized?
What is a constructor overloading in java?
How to sort array in descending order in java?
what is reflection api? How are they implemented?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What do you know about validation plugin ?