Home Answers Viewqa Java-Interview-Questions regarding interview in java

 
 


khushboo
regarding interview in java
1 Answer(s)      a year and 5 months ago
Posted in : Java Interview Questions

why java doesnot suppor muliple inheritance

View Answers

December 16, 2011 at 10:10 AM


Java does not support multiple inheritance directly but it supports multiple inheritance through interface.When we extends more than one class, JVM get some abigious problem and will get confused as which method it will take.It creates complexity.Therefore java does not support it directly.









Related Pages:
regarding interview in java
regarding interview in java  why java doesnot suppor muliple inheritance   Java does not support multiple inheritance directly... it will take.It creates complexity.Therefore java does not support it directly
regarding oops - Java Interview Questions
regarding oops  what is the differences between web server and application server?   Hi Friend, Difference between Web Server and Application Server: 1)Web server handles only Http requests where as Application
regarding object references - Java Interview Questions
regarding object references  How can we find the number of instances created to an object in java? Write a program for this?  Hi Friend, Try the following code: class Example { static int ob = 0; public Example
regarding rev
regarding rev  write a prog. in java that display all the arguments passed at the command line in reverse order
Regarding servlet - Servlet Interview Questions
Regarding servlet  i want to ask question regarding Servlet i have created one servlet in that i have set the one integer value in the context,noe this value will be available to all the servlets which are within that context
Regarding Project
Regarding Project  sir, i am doing a project in java. my project is CITY GUIDE it is an web application. please give me documentation of my project
Regarding Project
Regarding Project  sir, i am doing a project in java. my project is CITY GUIDE it is an web application. please give me documentation of my project
Regarding Datasource
Regarding Datasource  Hi friend, Good morning,how r u,i want to share 1 information to u,I got a job in VERIZON DATA SERVICES INDIA PVT.LTD,u help... in this company,Thanks a lot to provide help.presently my domain is java,I am using
regarding project
regarding project  OBJECTIVES OF THIS PROJECT: -Ability to test... and come up with combined solution quickly. PROJECT NAME: DID I WRITE A GOOD JAVA PROGRAM?(JAVA/MVC/UI) BRIEF DESCRIPTION OF A PROJECT: The program helps
regarding project
regarding project  OBJECTIVES OF THIS PROJECT: -Ability to test... and come up with combined solution quickly. PROJECT NAME: DID I WRITE A GOOD JAVA PROGRAM?(JAVA/MVC/UI) BRIEF DESCRIPTION OF A PROJECT: The program helps
regarding project
regarding project   sir we need help about project. we have idea... JAVA PROGRAM?(JAVA/MVC/UI) BRIEF DESCRIPTION OF A PROJECT: The program helps...: The java code class and package(either the exact file path or the jar file containing
java - Java Interview Questions
java  hello sir this is suraj .i wanna ask u regarding interview questins in java .wat normally v see in interviews (tech apptitude)is one line... difficult 2 answer....so could u plz suggest me with sme information regarding tis
regarding j2me - Java Beginners
regarding j2me  sir but i have to use the drawString u tell me how can i display two too long strings
regarding java - JDBC
regarding java  i am making a project on supply chain system i have done front end work using swing and AWT concepts of java i am using mysql as back end and i have also configured java with mysql i am using three table
regarding jdbc - JDBC
regarding jdbc  how i can configure java with ms access
Regarding path settings in java
Regarding path settings in java  Hello I had a problem of setting paths in Java.I setted classpath(C:\java\j2sdk1.4.2\lib) and path(c:\java\j2sdk1.4.2\bin) in system variables. But when i compile simple java progrm
Regarding project - Applet
Regarding project  hi friend , iam doing project in Visual cryptography in Java so i need the Help regarding how to make a share of a original imahe into shares anu
Regarding GUI Applications
Regarding GUI Applications  How to create a save and open jmenu item in java desktop application
Regarding Exception - Java Beginners
Regarding Exception  1.Where and when can we use IllegalArgumentException? 2.What is the difference between fillInStackTrace and printStackTrace ? In which cases they can be used?  Hi friend, public class
regarding applets - Java Beginners
regarding applets  sir can you please tell how one applet can send request to another say i want to send some information   Hi friend.../java/example/java/awt/ Thanks. Amardeep
Regarding Documentation of Packages
Regarding Documentation of Packages  Hello How to get java packages ie documentation of classes ,Interfaces and methods from windows command prompt.In the sense Java.lang,java.awt,java.math etc
regarding java package - Java Beginners
regarding java package  can you provide tutorial for java.sql package please help  Hi friend, I am sending you a link. This link will help you. Please visit for more information. http://www.roseindia.net
Regarding Java Framework - Java Beginners
Regarding Java Framework  What is a frame work.  Hi Friend, A framework may be for a set of functions within a system and how they interrelate; the layers of an operating system; the layers of an application
regarding web.xml - JSP-Servlet
regarding web.xml  I am the java beginner, please send the web.xml code and how to run a servlet for apache5.0.... my problem is in tomcat manager am getting the message 'fail' in web.xml  Hello,Please check the tomcat
Doubt Regarding Charts
Doubt Regarding Charts  Hi, Can you please help me out by answering "hoe to include charts in core java code and struts code" thanks in advance, Swaroop Eswara   Please visit the following link: Jfreechart
want help regarding a project
want help regarding a project  hiii this is hemangi and I want guidance that I am working on a project of hospital management system so I want... inbuilt report and all facility available in java
Regarding Documentation of API
Regarding Documentation of API  Hello How to get java documentation of classes ,Interfaces and methods from windows command prompt.In the sense....   Give the following command: javap java.[packagename].[classname] eg
Regarding Documentation of API
Regarding Documentation of API  Hello How to get java documentation of classes ,Interfaces and methods from windows command prompt.In the sense... the following command: javap java.[packagename].[classname] eg, javap
Doubt regarding charts and jsp
Doubt regarding charts and jsp  Hi, I successfully executed the bar chart in normal java application. But I want the Bar Chart to be executed... java application output to an jsp page? thanks in advance   Put the jar
Regarding one business scenario
Regarding one business scenario  Ya actually i have a requirement which is I have four questions 1.DOB... Java And how to integrate java application to jsp page
regarding java files genarated by jsp
regarding java files genarated by jsp  Hi,... I'm running a project...: 233 in the generated java file Syntax error, insert "}" to complete Block" Where to find the genarated java file??? Thank u in advance
Query regarding JSP, JDBC
Query regarding JSP, JDBC  I have a table in SQL Server database storing some ids and names. In my jsp code a while loop is displaying the list... or hashmap in java
interview - Java Interview Questions
interview  kindly guide me some interview questions of Java
regarding jdbc - JDBC
regarding jdbc  how to connect mysql with java example you have provided is having some error and i am not able to remove that error please provide me detail explanation   Hi friend, Please give the full source
regarding email - JavaMail
regarding email  hi i used the code which is in this web site to send email.But im getting an error while running. the error is:"Could not connect... that object. For read more information on Java Mail visit to : http
Doubts regarding Hashtable - Java Beginners
Doubts regarding Hashtable  Hi, I am new to hashtable.Is it possible to create a hashtable like this? java.util.Hashtable hashtable=new... information, http://www.roseindia.net/java/example/java/util/ Thanks
regarding login.jsp code - Java Beginners
regarding login.jsp code  i tried to implement the login.jsp code example given in roseindia.net. but it is saying invalid loginbean. after compilation. can any pls send me the correct code that implements the login with jsp
Regarding a project in java - JSP-Servlet
Regarding a project in java  am doing a project on Tiny ETL(Extract Transform and Load), using jsp-servlets. Can u help me out by giving some suggestions or material to follow. It is based on datawarehousing.   Hi
problem regarding autoboxing - Java Beginners
problem regarding autoboxing    hello all , i have a problem regarding autoboxing Integer i = 127; Integer j = 127...://www.roseindia.net/java/ Thanks. Amardeep
Regarding GUI Applications
jmenu item in java desktop application  How to create a save and open jmenu item in java desktop application.   Here is a simple JMenuItem example in java swing through which you can perform open and save operations
Regarding GUI Applications
save and open jmenu item  How to create a save and open jmenu item in java desktop application.   Here is a simple JMenuItem example in java swing through which you can perform open and save operations on File
Regarding GUI Applications
open jmenu item in java  How to create a save and open jmenu item in java desktop application.   Here is a simple JMenuItem example in java swing through which you can perform open and save operations on File. import
Regarding GUI Applications
GUI Applications  How to create a save and open jmenu item in java desktop application.   Here is a simple JMenuItem example in java swing through which you can perform open and save operations on File. import
Javascript - Java Interview Questions
Javascript   Hi Friend, Plz explain below lines with example Null has no bounds, it can be used for string, integer, date, etc. fields in a database. Empty string is just regarding a string; it's a string like
Interview Question - Java Interview Questions
Interview Question  I need Interview Questions on Java,J2EE Pls help me
interview questions - Java Interview Questions
interview questions for Java  Hi Any one can u please post the interview point of questions.Warm Regards, Satish
problem regarding tomcat server 6.0
problem regarding tomcat server 6.0  Jul 27, 2012 10:39:19 PM... Foundation\Tomcat 6.0\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDO WS\system32;C:\WINDOWS;C...:\WINDOWS\System32\Wbem;.;C:\Program Files\Java\jdk1.6.0 when ever iam
java - Java Interview Questions
Helpful Java Interview questions   Need Helpful Java Interview questions
Interview question - Java Interview Questions
Interview question   Hi Friends, Give me details abt synchronization in interview point of view. I mean ow to explain short and neat. Thanks
java interview question and answer - Java Interview Questions
java interview question and answer   sir, i want one mark java interview question and answers

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.