how can i define only one method from the interface.

how can i define only one method from the interface.

View Answers

January 10, 2009 at 12:35 AM

Hi friend,

If u declare the methods in interface then it must be define in the class
that implement the interface.

for e.g :

interface abc
{
public void m1();
public void m2();
public void m3();
}
class c1 implements abc
{
public void m1()
{
System.out.println("Hello world");
}
public void m2()
{
System.out.println("Hello world");
}

public void m3()
{
System.out.println("Hello world");
}

}


Thanks









Related Tutorials/Questions & Answers:
how can i define only one method from the interface. - Java Beginners
how can i define only one method from the interface.  If i am having an interface with 3 methods(declaration) . If i want to use only one method..., If u declare the methods in interface then it must be define in the class
I want only one method goes to sleep but both method goes to sleep together
I want only one method goes to sleep but both method goes to sleep... and Computer's turn. But when i call Sleep() before cpuPlay() method or after... really tried very hard to find why it is making sleep() to both method together but i
Advertisements
I want only one method goes to sleep but both method goes to sleep together
I want only one method goes to sleep but both method goes to sleep... and Computer's turn. But when i call Sleep() before cpuPlay() method or after... really tried very hard to find why it is making sleep() to both method together but i
how can i display the dates of one week by selecting the date randomly from the calendar?
how can i display the dates of one week by selecting the date randomly from... display the calendar, simultaneously i want to display the list of seven dates from the date selected from the calendar. how can we display the dates by picking
How can I master Java in one month?
How can I master Java in one month?  Hi, I wish to learn Java programming in one month. I have little experience in c programming and PHP programming. Is there any way to learn Java quickly. How can I master Java in one month
I want to Transfer only 1/3rd of contents from one folder to other but my code is transferring all contents
I want to Transfer only 1/3rd of contents from one folder to other but my code...("No files in directory: " + src); } for (int i = 0; i < entries.length; i++) { File file = entries[i
I have only one day to visit the Jaipur..
I have only one day to visit the Jaipur..  Hi, I have only a day to travel in Jaipur ..hence, bit worried about what to see first
how to open one Jframe from main method call
how to open one Jframe from main method call  I have downloaded... the main() method, when i run this Engine.java class game starts running... don't want in my project Here is the code that i have included in main method
How do I learn Java programming in one day from zero?
How do I learn Java programming in one day from zero?  Hi, I am.... Is there any way of really learning Java in one day? How do I learn Java programming in one day from zero? I am aware of C and C++ programming language. I have used
How do I learn Java programming in one day from zero?
How do I learn Java programming in one day from zero?  Hi, I am.... Is there any way of really learning Java in one day? How do I learn Java programming in one day from zero? I am aware of C and C++ programming language. I have used
How can I Define a JFrame subclass that has four vertically positioned buttons. - Java Beginners
How can I Define a JFrame subclass that has four vertically positioned buttons.  How can I Define a JFrame subclass that has four vertically...*; public class DisplayButtons extends JFrame { int i=0; static JPanel panel
How can I learn machine learning in one day?
How can I learn machine learning in one day?  Hi, I am beginner... to learn: How can I learn machine learning in one day? Try to provide me good examples or tutorials links so that I can learn the topic "How can I learn
Can a method inside a Interface be declared as final?
Can a method inside a Interface be declared as final?   Hi, Can a method inside a Interface be declared as final? Thanks
Can a method inside a Interface be declared as final?
Can a method inside a Interface be declared as final?   Hi, Can a method inside a Interface be declared as final? Thanks
Given a list of methods for a stateful or stateless session bean class, define which of the following operations can be performed from each of those methods: SessionContext interface metho
, define which of the following operations can be performed from each... Business method from component interface... Business method from component interface
i have one txt field and one button.when i entere any test in testfield then only button should be enabled. i need for this
i have one txt field and one button.when i entere any test in testfield then only button should be enabled. i need for this   i have one txt field and one button.when i entere any test in testfield then only button should
i have one txt field and one button.when i entere any test in testfield then only button should be enabled.
i have one txt field and one button.when i entere any test in testfield then only button should be enabled.  i have one txt field and one button.when i entere any test in testfield then only button should be enabled. i need
Want to learn java - How i can learn Java from scratch?
Want to learn java - How i can learn Java from scratch?  Hi, Want to learn java - How i can learn Java from scratch? Give me some guide. Thanks   Want to learn java - How i can learn Java from scratch
How can I get specific data from JSON
How can I get specific data from JSON  Hi, How can I get specific data from JSON? Thanks
how can i use one dbase conection in serveral pages - JSP-Servlet
how can i use one dbase conection in serveral pages  Hi! Thanks... connections many times whereever i need in several pages. How can I avoid this....that means i want to write only one time and i want to call that in other pages
How can i Dispose Dialog box From LWUIT Component >
How can i Dispose Dialog box From LWUIT Component >  Hi All, i am Developing one mobile application using lwuit,Midlet.in that am trying to show a dialog when i press key "0". again if i press key "4" the Dialog should
how can i run ASP.Net Server from netbeans IDE?
how can i run ASP.Net Server from netbeans IDE?  please help me how can i run ASP.Net Server from netbeans IDE? in other word , I have a web services published with IIS7 and I want to use it from my Application My Application
How can i pass the valus from a JSP to the action class???
How can i pass the valus from a JSP to the action class???  hewllo wevryone... can anyone help me with how i can pass the value of menuId in my JSP and pass it in the action class
How can i read a file from nth line onwards in java
How can i read a file from nth line onwards in java  Hi, I need to read a file content from its nth line onwards till end. How can i implement it in java. Regards, Chinnu
How Can I get ArrayList of Data from jsp with ajax request
How Can I get ArrayList of Data from jsp with ajax request  Hi, I retereved 5 Employee Record of Data from Struts Action class to jsp with ajax response. But I don't how how can reterve this dynamic 5 employee records
How can I learn Data Science from scratch?
How can I learn Data Science from scratch?  Hi, I am beginner... to learn: How can I learn Data Science from scratch? Try to provide me good examples or tutorials links so that I can learn the topic "How can I learn Data
How can I start learning machine learning from scratch?
How can I start learning machine learning from scratch?  Hi, I am... for the tutorials to learn: How can I start learning machine learning from scratch? Try... "How can I start learning machine learning from scratch?". Also tell me
How can i download these java related materials from rose india
How can i download these java related materials from rose india  How can i download these java related materials from rose india   Hello... tutorial do you want to download from the site? Please specify it. Thanks
How can I get specific data from JSON
How can I get specific data from JSON  Hi, How can I get specific data from JSON? Thanks   Hi, In Python you can use the json library... shows how you can get the user from the json: >>> import json >>>
Interface in java with example
static constant and abstract method. We can only implement a class and extended it by other interface. We can extend one or more other interfaces but cannot... method heading listed in interface. We can take the interface check
How can I get experience in data science if no one would hire me?
How can I get experience in data science if no one would hire me?  Hi... for the tutorials to learn: How can I get experience in data science if no one... learn the topic "How can I get experience in data science if no one would
how can create pop() method in this program ,Or how can delete image in it when i press pop button in runtime ??? please help me ...
how can create pop() method in this program ,Or how can delete image in it when i press pop button in runtime ??? please help me ...   ...(), and one image removed. how ? } } } ); } class ComboBoxRenderer extends JLabel
How i write a function/method in jsp?
How i write a function/method in jsp?  How write the function/method in jsp? Using that method i can retrieve the value coming from database. give.... And the details come from different table and id is store in user table. I hope you all
When will you define a method as static?
When will you define a method as static?  Hi, When will you define a method as static? thanks
how can i send a mail to a particular user from a many user dropdown list in jsp
how can i send a mail to a particular user from a many user dropdown list in jsp  how can i a sent a user question to a particular person from a drop down list in jsp
actually i want to knw how to include an google page inside a tab(suppose in 2nd tab).can any one help me....
how to include an google page inside a tab(suppose in 2nd tab).can any one help me....  actually i want to knw how to include an google page inside a tab(suppose in 2nd tab).can any one help me
Define the session factory interface in hibernate?
Define the session factory interface in hibernate?  Define the session factory interface in hibernate?   Session factory is used for manageing the session objects.public interface SessionFactory extends Referenceable
Works only for one row
Works only for one row   Hi, My below code is working only... retrieved from the database. <%@page import="java.util.concurrent.CountDownLatch...{ ps=con.prepareStatement("Select DBID,Query_Raised,TR from Scope1 where TR
i want to create an application with only a button which on click displays table from database using struts2 and hibernate on eclipse
i want to create an application with only a button which on click displays table from database using struts2 and hibernate on eclipse  please help me i have to submit this soon
how to pass a string from one class to another
. there is only one return used in one class. But i want two kinds of input. How...how to pass a string from one class to another  hi all, Good morning. I am trying to develop a coding pass a string from one class and declare
How to play only video file from any link
How to play only video file from any link  Hi Friends Please Help Me. My requirement is to play only videos from any webpages(ITS NOT A ABSOLUTE PATH)[IF I PASTE any VRL---,IT HAS TO BE PLAY IN ANY CONTROL] how it possible
How can i extract email ids from xls/xlsx file in java?
How can i extract email ids from xls/xlsx file in java?  that's the code..... i tried to extract email id;s from xls file........... but it doesn;t...); for (int i = 0; i < dataHolder.size(); i
How can I do it? .click();
How can I do it? .click();  I have a very unusual problem. I want...("a"); x.click(); </script> So it's click on an element witch one Id's is "a", but I want that it make mouseup in this element. How can I do it, because if I write
How to fetch entries/values from database to a jsp page one by one?
How to fetch entries/values from database to a jsp page one by one?  I have a table in Microsoft SQL server Management Studio with two columns title and data and each column has 10 enteries. I have a jsp page on which i want
How can I POST form data from a C#/ASP.NET to a remote website?
How can I POST form data from a C#/ASP.NET to a remote website?  I'm trying to send data to a remote PHP website. I want to send the data in sessions using HTTP POST. The thing is, my website is built in C#/ASP.NET, and I don't
can i estimate estimate execution time for a method without knowing implementation details of a method - Java Interview Questions
can i estimate estimate execution time for a method without knowing implementation details of a method  hi all, can i estimate estimate execution time for a method without knowing implementation details of a method. Thanks
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality.
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality.  DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do
How to invoke method of a library from command line
How to invoke method of a library from command line  Suppose there are two methods in a libray and you have to invoke one of the method from that library directly from the command prompt. How will you do
Example of static method
cannot be referenced from a static context. Static method can call only other static... of the instance methods and static methods then you can know where to use instance method and static method.  A static method can be accessed without creating
We just have one file on the hard disk. But we can create directories, sub-directories and files in that file only
We just have one file on the hard disk. But we can create directories, sub-directories and files in that file only  We just have one file on the hard disk. But we can create directories, sub-directories and files in that file

Ads