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 4910public 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 13165solve 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 6280
What is transaction management in spring? Explain the different types of transaction management.
What do the thread?class methods run() and start() do?
What is transaction management in java?
What is a session in hibernate?
What do you understand by the bean persistent property?
How do I use unicode codesets with the weblogic jdriver for oracle driver? : BEA Weblogic
Why is autowired used?
What is charat java?
What do you understand by jdbc datasource?
What are the benefits of PreparedStatement over Statement?
What is servlet initializer in spring boot? : Spring Boot
How do you run a java program?
What is use of @service in spring?
What is formatting in design pattern?
What is the J2EE module?