Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) where our package shoud be kept in the application whenwe want to import that package in the jsp application?
1 4431what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
TCS,
3 5881how a marker interface gets its functionality and when we implements a marker interface how it got invoked
3 11803how to handle a singleton service locator. when multiple threads are trying to get the singleton object in same time
4 11090
If my browser does not support cookie, and my server sends a cookie instance what will happen?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What is a session? Can you share a session object between different theads?
Why do we need annotations in spring?
What is jdbc driver manager?
Does spring bean provide thread safety?
Why doesn’t the main method throw an error with no arguments?
Can anonymous class have constructor?
How to invoke stored procedure in hibernate?
What is unidirectional causality?
What is math exp in java?
What is the exportrelease.xml ?
Point out the difference between concern and cross-cutting concern in spring aop?
Can an interface extend another interface?
when should you use stringbuilder class in a program?