Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?
2 8474class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }
8 21112How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?
1 6052what is the difference between Servlet and JSP?Advantage of JSP over Servelt?Any concept present in JSP which we cant implement in Servlet?
ABC, Apere, AZTEC, CTS, CybAge, iFlex, Impact Systems, Sara, TCS,
31 146492Directive Include and Action Include how both are working in JSP, what is the difference between both?In which suituation we have to choose these elements?
4 10694is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies?
3 18549what exactly happens when we execute "Class.forname("Driver class name");"?Explain indetail
Accenture, HP, IBM, Infosys, SAP Labs, SAS, Sasken, Trigent, Wipro,
10 27702what is the difference between abstract class and Interface?where we can use it in realtime projects?
Agile Software, Cognizant, IBM, Innodata, Logica CMG, Mitosis, Nagarro, Value Chain,
23 72371
Differentiate between static and non-static methods in java.
Can we return resultset in java?
What is latest hibernate version?
Explain public static void main(string args[]) in java.
Write a program to find the whether a number is an Armstrong number or not?
explain different ways of using thread? : Java thread
What is action chaining ?
What is parsing in java?
Write a program to print count of empty strings in java 8?
What is difference between @controller and @restcontroller in spring?
What do you understand by casting in java language? What are the types of casting?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What are the contents on web.xml in struts application ?
Are jvm’s platform independent?
Can we extract main method from another class?