Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) 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.
CFG,
8 9734what 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?
1 4832Weblogic admin don't know the admin credentials of weblogic 8.1 UI..how can he get the credentials?
IBM,
2 13686hi 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 3759class test { private static void main(String []adsf) { } } explain me that the above code is error or exception
3 5731class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example
3 10126
What is difference between @controller and @restcontroller in spring?
what are the different modes of archival? Explain each mode in two lines each?
What is lazy class?
Write a program to find the whether a number is an Armstrong number or not?
Differentiate between static and non-static methods in java.
What do you know about validation plugin ?
Is minecraft 1.15 out?
How can you inject java collection in spring?
Find Best Job Vacancies across the world on Jooble!
What is the difference between equals() and == in java?
What is action chaining ?
What is the difference between filters and interceptors ?
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
What is latest hibernate version?
What is an object in java and how is it created?