Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
4 7658all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
CFG,
8 9443what are the gbx,gdb and other tools in linux for core dump,and how to configure stdout,stderr..what is the difference between stdout ,stderr and coredump. how to create core dump and view that one? please can anybody explain me?
4743Weblogic admin don't know the admin credentials of weblogic 8.1 UI..how can he get the credentials?
IBM,
2 13560hi to all,i have a question on static block. i saved below as test.java class test extends a { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p as static test static but if i change base class as test class then class test { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a extends test { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p test static explain me why "a static" wasn't print in second code when it is in derived class
1 3648class test { private static void main(String []adsf) { } } explain me that the above code is error or exception
3 5597
What is the difference between merge and update?
What are the problems faced by java programmers who don't use layout managers?
What is the use of @resource?
What is Major and importance difference between for and foreach loop ?
Is integer immutable in java?
What is the purpose of object oriented programming?
What is the argument in java?
What is use of a abstract variable?
How do you define a method?
What is @resource in java?
What is the immediate superclass of the applet class?
What is difference between java.util.Date and java.sql.Date?
What is value stack?
What is jms destination?
Why javac is not recognized?