Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) how can i cal servlet from jsp page?how can i pass variablesfrom the jsp that servlet can access?
1 7922i developed a Stateless Session bean program.And created a client by a common java class as class m {p s v m(String s[]){....}} And i called the bean deployed in weblogic.from cmd prompt And that run. mind it i have to set setenv,seting classpath for that bean jar file before compile and run it. ok when i do a servlet programme deployed in tomcat and call that bean then it give classdefnotfoundException and NoInitialContext like this.So how i sucessfully do this? Ok when i call that bean from java class from the console like i previously told, if i don't set setenv i found the same error on the cmd prompt. pls help to get out of it
2 6321
How is declarative handling of exceptions done in struts ?
what are the different modes of archival? Explain each mode in two lines each?
How does java handle integer overflows and underflows?
what is reflection api? How are they implemented?
explain different ways of using thread? : Java thread
What is the java api?
What is action chaining ?
Write a program to print count of empty strings in java 8?
What if I write static public void instead of public static void?
What is the difference between break and continue statements?
What do you understand by casting in java language? What are the types of casting?
What is the first argument of the string array in main method?
Can we extract main method from another class?
Differentiate between static and non-static methods in java.
Explain public static void main(string args[]) in java.