Skip to content

humanoid readable

Computer Programming for Humanoids

  • Home
  • About
  • My Projects

Tag: method

Types of Methods in Java

So in Java there are many kinds of methods. I probably won’t even list half of them but I try to explain how different methods can be.

Continue reading “Types of Methods in Java”
Author ClaudePosted on 2015-06-272020-08-08Categories Java, ProgrammingTags design, method2 Comments on Types of Methods in Java

Is a Constructor a Method?

Why a constructor is not a method.

No, it’s not. In reflection both extend Executable, but Constructor does not extend Method. It is a common misconception that constructors are methods and often asked about at job interviews.

Continue reading “Is a Constructor a Method?”
Author ClaudePosted on 2014-08-022020-04-25Categories Java, Java Interview Questions, Misconceptions, ProgrammingTags constructor, method, new operator2 Comments on Is a Constructor a Method?

Quick Search

Categories

  • About
  • Java
  • Java Interview Questions
  • Java Misnomers
  • Misconceptions
  • My Projects
  • Programming

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
  • Home
  • About
  • My Projects
humanoid readable Proudly powered by WordPress