Home Answers Viewqa Java-Beginners can any one explain this

 
 


Mallareddy Belageri
can any one explain this
1 Answer(s)      2 years and 2 months ago
Posted in : Java Beginners

class Clidder { private final void flipper() { System.out.println("Clidder"); }

}

public class Ex3 extends Clidder { public final void flipper() { System.out.println("Clidder"); }

public static void main(String[] args) {
    new Ex3().flipper();
}

}

View Answers

March 1, 2011 at 5:58 PM


class Clidder {
    private final void flipper() { 
        System.out.println("Clidder");
        }

}
public class Ex3 extends Clidder {
    public final void flipper() {
        System.out.println("Clidder");
        }

public static void main(String[] args) {
    new Ex3().flipper();
}
}

In the above code there is a super class Clidder which is having a method flipper(). The class Ex3 extends the superclass Clidder.It means Ex3 is the subclass of Clidder class. The subclass is having the property that it can inherit all the properties and methods of its super class.Here the Ex3 class inherits the method flipper() of its super class. In the main method, it calls that method.









Related Pages:
can any one explain this
can any one explain this  class Clidder { private final void flipper() { System.out.println("Clidder"); } } public class Ex3 extends Clidder { public final void flipper() { System.out.println
explain this method
explain this method   i hope any one can explain this method ` private void showMonth(int m, int y) { int lead_spaces = 0; if (m < 0 || m > 11) { System.out.println("It should be 1 to 12
Please , can any one answer this Question?
Please , can any one answer this Question?  How to cummunicate one web application to another web application in different places
Any one can help me? - Java Beginners
Any one can help me?  CAN any of u help me to do this java codes for the interface given below? thanku the user will be given jumbled words.... If the player is able to arrange all the words without any mistake, he/she can get
Explain - LDAP
Explain LDAP  Any one explain about LDAP ? and also explain about JNDI what relation b/w this two
Explain ServletContext.
Explain ServletContext.  Explain ServletContext.   Hi... it?s environment. A servlet can use this interface to get information.... Every web application has one and only one ServletContext and is accessible to all
can any one give the frogort password code using jsp,
can any one give the frogort password code using jsp,  plz give the code for frogot password
please any one can help me to write a code for this question?
please any one can help me to write a code for this question?  1) Copy one file content to other? 2) Count the number of words in a file
please any one can help me to write a code for this question?
please any one can help me to write a code for this question?  Q 1) In a class first day 25 students are joined. After two days that total students will increased to 60. We can develop a program by using ArrayList concept
plz help me any one as fast as u can
plz help me any one as fast as u can  A thief Muthhooswamy planned... is the number of metres he can jump (1<=climbUp<=10^10) climbDown... Sample Input 1: 10:1:1:{10} Here Muthooswamy can jump 10 metres height
can you explain ?
can you explain ?  my dear can you teel me the explaintion...(" "); } } System.out.println(); } } iam explain whole code exept this part can you help
Explain how you overcame a major obstacle
Explain how you overcame a major obstacle       Qus. Explain how you overcame a major... you see yourself five (ten or fifteen) years from now? Ans. Explain your career
can u plz explain the http request methods - JSP-Servlet
can u plz explain the http request methods  can u plz explain http... duplicate entries in the MySQL database we can follow one of these following approach... that we have deleted. Here is the explanation with the query : To explain use we
hi , i cant make this programmer , can any one help me to make it pls - Java Beginners
hi , i cant make this programmer , can any one help me to make it pls  ... ? -Update record(s)? -Delete record(s)? -Make one copy of a specific text file... file and by calling all the implemented methods. the user can input the name
Can any one please help me in this ,,,,,,, need java code for this ,,,,please anyone
Can any one please help me in this ,,,,,,, need java code for this ,,,,please anyone  The Airport Valet Parking Company (AVP) is a company which provides a convenient medium cost parking solution to users of a local airport. Key
Explain the parameters of Font class constructor.
Explain the parameters of Font class constructor.  Explain... and point size. Parameters: name - the font name. This can be a logical font name.... If the style argument does not conform to one of the above styles then the style is set
any one help me in alfresco technology - Development process
any one help me in alfresco technology  i am sending some questions in alfresco,but no one is give the answer. i want webscript materials and JSON materials.please any body can u responding my questions.  Hi friend
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
have any one tried ajaxanywhere with jsp/servlet please provide sample
have any one tried ajaxanywhere with jsp/servlet please provide sample  hello you can find this app here: http://ajaxanywhere.sourceforge.net it explains how to use this with struts but not with simple jsp servlet(or i am
could any one help me?
could any one help me?  I'm a student in the faculty of computer and information science we will make graduation project "taxi dispatcher" we need to use mobile "x6 nokia" in car and send the coordinate of car through gps which
any alternaive for AJAX - Ajax
any alternaive for AJAX  Hello guys, i am new one here. i am developing a web application for my final year project. very one knows AJAX which... any... a page. And you can find various other alternatives of Ajax to create your
plz explain me the output of program - Java Beginners
plz explain me the output of program  Hi friends, can u please explain me the output of below program with proper explanation of each and every line...,c.Through 'this' keyword,you can refer to any member of the current object from within
Explain about threads:how to start program in threads?
Explain about threads:how to start program in threads?  import.... It can be called as single unit of execution in a program. A program can have more than one thread. Every program has at least one thread. Threads are used
A DVR Mobile Application Can Get Any Problem Recorded with Ease
the use of any tapes or discs. A user can even program one of these DVR drives...A DVR Mobile Application Can Get Any Problem Recorded with Ease The Digital Video Recorder, or DVR, is one of the best types of devices that anyone can use
Please write code for this program in java and Explain it ? pl'sssssssss
Please write code for this program in java and Explain it ? pl'sssssssss ... that were ever alive at one time. Write a method to compute this, given the above array of 2n integers. Write one of the following methods: C/C++: int
Explain struts.jar file - Struts
Explain struts.jar file   Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
Explain Transparent Persistence - Hibernate
Explain Transparent Persistence   Hi Friends, Can u plz explain Transparent Persistence briefly  Hi Follow this link to find solution of your problem... http://www.roseindia.net/jdotutorials/jdo
please explain this prog
please explain this prog  can u explain this import java.io.*; class SString{ public static void main(String ar[]) throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.in
Explain Linked List
Explain Linked List   hello, What is Linked List ?   hello, Linked List is one of the fundamental data structures. It consists of a sequence of nodes, each containing arbitrary data fields pointing to the next
explain servletconfig with programiing example?
explain servletconfig with programiing example?  explain servletconfig with programiing example?   ServletConfig is a servlet configuration... initialization. All of its initialization parameters can ONLY be set
can we mark the class with abstract..with out having any mothed in tit as abstract!!! - Java Beginners
can we mark the class with abstract..with out having any mothed in tit as abstract!!!  hi, can we wite an calls without any abstract methods... method. Abstract class must have atleast one abstract method. Thanks
403 Forbidden error - What is 403 Forbidden error, please explain...
403 Forbidden error - What is 403 Forbidden error, please explain...  Can anyone please explain, What is 403 Forbidden error. And how can i remove..... this kind of error can be returned by Apache, when directory listings have
program on helloworld :explain
of the class or function can be public, private, etc. The class Hello code declares...: The keyword static indicates that the method is a class method, which can
program on helloworld :explain
specifies the accessibility of the class. The visibility of the class or function can... is a class method, which can be called without the requirement to instantiate
Change in website page to any browser compatible
that website can open in any browser. What changes i have suppose to do? Thanks...Change in website page to any browser compatible  I have newly joined to one firm for application maintenance. They have their own website
how to dynamically create one file with any example in php
how to dynamically create one file with any example in php  how to dynamically create one file with any example in php
HQL in hibernate ? Explain the use of HQL.
HQL in hibernate ? Explain the use of HQL.  What is the HQL in hibernate ? Explain the use of HQL.   HQL stands for Hibernate Query.... It works like a bridge between database and application. Here is one example of case
does any one have sudoku in java - Java Beginners
does any one have sudoku in java   i need soduko in java using applets
Not sure what I am missing ? Any ideas?
Not sure what I am missing ? Any ideas?  import java.util.*; public... in Details // HINT: a switch statement can be quite useful here...; playGame(); } }while(retry = true); } }   No one
Applet run with appletviewer but not in browser, any code problem.
Applet run with appletviewer but not in browser, any code problem.  ... can be problem in code also. please check my code. 1) Card.java package... as java applet its working, but not on browser. Please check can I call
Can a Class extend more than one Class?
Can a Class extend more than one Class?   Hi, Can a Class extend more than one Class? thanks
Explain instance in java - Java Interview Questions
Explain instance in java  Hi Friends, can you explain instance in java. In general instance means "occurence of something" . In java what is instance
Can you suggest any good book to learn struts
Can you suggest any good book to learn struts  Can you suggest any good book to learn struts
what is cloud computing? any how we can implement?
what is cloud computing? any how we can implement?  what is cloud computing? any how we can implement
Can a abstract class be defined without any abstract methods?
Can a abstract class be defined without any abstract methods?   hi, Can a abstract class be defined without any abstract methods? thanks
How to Addding One Month with PHP ?
How to Addding One Month with PHP ?  Hi, I am very new in this php programming language. Can anybody will guide me how to add 1 month on a specific date on PHP. Please give any example or reference links. Please feel free
How many cookie object we can store in a session? is there any limit?
How many cookie object we can store in a session? is there any limit?  How many cookie object we can store in a session? is there any limit
Hibernate one-to-one relationships
Hibernate one-to-one relationships  How does one to one relationship work in Hibernate?   Hibernate Mapping One-to-One Hibernate provides facility of mapping. You can do mapping through hbm.xml or through annotation
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
What are events? Explain how Event handling in Java?
What are events? Explain how Event handling in Java?  What are events? Explain how Event handling in Java?   Hi, The Events are the integral part of the java platform. Sometimes we want one object to perform shorten

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.