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: how to get interface class object without implementation class

  1. #1
    Member
    Join Date
    May 2020
    Posts
    56
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default how to get interface class object without implementation class

    I have a public interface class, how can I get class object without implementation class.
    I want to new interfaceclass(), but failed.

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: how to get interface class object without implementation class

    Please post some code that shows what you are asking about. Be sure to wrap the code in code tags.
    Also post the full contents of any error messages.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. number of object formed of a class implenting a interface
    By Yadav in forum Object Oriented Programming
    Replies: 1
    Last Post: October 8th, 2014, 02:58 PM
  2. Replies: 2
    Last Post: April 8th, 2014, 12:05 PM
  3. Replies: 2
    Last Post: October 9th, 2013, 08:36 AM
  4. Replies: 149
    Last Post: February 19th, 2013, 10:04 PM
  5. need to make basic class and implementation class (base class without void main)
    By javanewbie101 in forum Object Oriented Programming
    Replies: 1
    Last Post: September 19th, 2012, 08:03 PM