SINHEESEOP_TIL
  • TodayILearned
  • CS (Computer Science)
    • Computer Science
    • DataStructure
      • LinkedHashMap
    • Algorithm
      • TimeSpaceComplexity
      • BinarySearch
      • TwoPointers
    • Computer Architecture
      • Register
      • Structure of Assembly Instructions
      • Source Code and Commands
      • Computer Architecture Overview
      • ALU and Control Unit
      • Interrupt 및 예외 요약
    • Operating System
  • Java
    • Java
    • Java101
      • WhyHere
      • JavaBasics
      • ObjectOrientedProgramming
      • ClassAndData
      • Constructors
      • AccessModifiers
      • VariableAndMethodLifecycle
      • JVMMemoryAndStatic
      • DifferentMachineInterpretationByOS
      • FinalModifiers
      • InheritanceAndSuper - 상속과 super
    • JavaAdvanced
      • JavaBeanPropertyConvention
    • JavaQnA
      • Concepts - 개념 관련 질문
        • JVMQuestions
        • WhyChildTypeCannotReferenceParentType
        • Interface vs Abstract Class
      • Syntax - 문법 관련 질문 (예정)
      • BestPractices - 모범 사례 질문 (예정)
  • C++
    • CPP101
      • OverviewAndHistory
      • DevelopmentEnvironment
        • WindowsSetup
      • BasicSyntax
      • ColonVsDoubleColon
      • DefineVsFinalStatic
      • MemoryManagement
      • SeparateCompilation
  • Web
    • WebDevelopment
      • Web101
        • ServletAndWASArchitecture
      • Network
        • InternetNetworkBasics
        • HTTPAndWeb
        • HTTPStatusCodes
        • HTTPHeaders
        • HTTPHeadersPart1
        • HTTPHeadersPart2
        • URIAndWebRequestFlow
        • StatefulStateless
        • HTTPMethods
  • Spring
    • Spring101
      • SpringBootProjectSetup
      • SpringBasics
      • SpringOverview
      • SpringBeansAndDependencyInjection
      • DataObjectsInSpring
      • DataObjectTypes
      • SpringLayeredArchitecture
      • ModelVsEntityInSpring
      • AOP
      • SpringEvolutionHistory
      • AutowiredQualifierPrimary
      • CustomAnnotation
      • MultipleBeanInjection
      • AutomanualBeansGuideline
      • BeanScopeAndProvider
      • WebScope
      • SpringMVCEvolution
      • SpringMVCRequestMapping
      • SpringMVCRequestParameter
      • SpringMVCResponse
      • LoggingSLF4JLogback
      • SOLIDPrinciples
    • SpringCore
      • SpringContainer
        • SingletonContainer
      • SpringComponents
        • ComponentScan
      • DependencyInjection
        • FieldInjectionAndTestIssues
    • SpringTools
      • Lombok
        • LombokGuide
  • Database
    • Database
      • Connection Pool
      • Data Source
      • Session
      • Transaction and ACID
      • Transaction Manager
      • Transaction Template
      • SQL Mapper and ORM
      • Spring DB Exception Abstraction
Powered by GitBook
On this page
  1. Java
  2. JavaQnA

Concepts - 개념 관련 질문

JVMQuestionsWhyChildTypeCannotReferenceParentTypeInterface vs Abstract Class
PreviousJavaQnANextJVMQuestions

Last updated 1 month ago