Difference between Interface and Abstract class in Java?

safiajen0055

safiajen0055

@safiajen0055-ARWNeS Oct 22, 2024
Hello Friends,

Please Help Me Guys!!
What is the difference between an Interface and an Abstract class in Java ?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Ankita Katdare

    Ankita Katdare

    @abrakadabra Nov 25, 2012

    Check out the post #20 in this thread here -
    #-Link-Snipped-#
    What exactly didn't you understand about these two terms? Please elaborate your question. 👍
  • Shuvojit Sarkar

    Shuvojit Sarkar

    @shuvojit-sarkar-aumQYP Nov 27, 2012

    I need an help ....
    I am using a loop to take multiple char inputs and do any stuff with that char value in that loop ...
    I am in a problem ... BufferedReader is skipping every second input ....
    For Example If The Loop iterates 10 times ...
    then it takes input on iteration no. 1,3,5,7 and 9.... Please Help ...
  • rahul69

    rahul69

    @rahul69-97fAOs Nov 27, 2012

    #-Link-Snipped-# Welcome to CE, regarding to the problem, kindly post the code snippet as it helps us understanding the problem better, 😀 Also avoid all Bold font. Also it is better to create a new thread in respective section rather than writing in an old thread meant for some other problem.
    From the info u gave, I can suggest one quick fix i.e. use System.out.flush(); before buffer.readLine(); 👍 ,and if this does not works, then please provide code as it will help us giving exact solution. Good Luck!!
  • safiajen0055

    safiajen0055

    @safiajen0055-ARWNeS Dec 2, 2012

    AbraKaDabra
    Check out the post #20 in this thread here -
    #-Link-Snipped-#
    What exactly didn't you understand about these two terms? Please elaborate your question. 👍
    Thanks for sharing this link. You describe it very well.
    I need only overview of these terms and i understand about these terms.
    I hope you will help me if i need the Help about Java programming .
  • Ankita Katdare

    Ankita Katdare

    @abrakadabra Dec 2, 2012

    safiajen0055
    I hope you will help me if i need the Help about Java programming .
    For sure. Keep posting here on CE and stick to CrazyEngineers Community. 👍 We are all here to help you if you ask specific, to-the-point questions.