Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: I ve got some questions for Java , and I need the awnsers for a limited time ! HELP

  1. #1
    Junior Member
    Join Date
    Jul 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default I ve got some questions for Java , and I need the awnsers for a limited time ! HELP

    1. When can an interface be extended?
    2. Can an abstract class implements methods of an interface , if this class already implementes the same interface?
    3.In java how many interface can be implemented by a class?
    4.Can an interface have a constructor?
    5.Is an abstract class forced to have an abstract methods?
    6.What does the class inherit from the subclass?


  2. #2
    Senior Member PhHein's Avatar
    Join Date
    Mar 2013
    Location
    Germany
    Posts
    609
    My Mood
    Sleepy
    Thanks
    10
    Thanked 93 Times in 86 Posts

    Default Re: I ve got some questions for Java , and I need the awnsers for a limited time ! HELP

    You won't be spoon fed here either.
    Crosspost at JF.o

Similar Threads

  1. Depth-Limited Search using Recursive Backtracking...please help!
    By Zaxx81 in forum Algorithms & Recursion
    Replies: 26
    Last Post: June 20th, 2012, 04:21 PM
  2. One of the most simple loop awnsers
    By Firestar912 in forum Loops & Control Statements
    Replies: 8
    Last Post: May 7th, 2012, 07:13 PM
  3. Replies: 1
    Last Post: January 27th, 2011, 08:13 AM
  4. How can i create fake IP addresses to extract information for the DB?
    By neomancer in forum Java Theory & Questions
    Replies: 4
    Last Post: May 8th, 2009, 04:54 AM