Java Core. Basics

Descripción

Questions about basics in Java Core
Gadget
Test por Gadget, actualizado hace más de 1 año
Gadget
Creado por Gadget hace más de 9 años
255
8

Resumen del Recurso

Pregunta 1

Pregunta
What is the general meaning of Object in java?
Respuesta
  • Object is the root-super class of any object in Java. All objects extend this class by default, even if there is no extends-section in signature of class.
  • Everything in Java is an object.
  • Object is an ordinary class. It has number of useful methods like equals, hashCode, toString. If any new class require to use these methods or override them it must contain "extends Object" section in it's signature.

Pregunta 2

Pregunta
List all methods in Object class which are allowed to be extended or overridden
Respuesta
  • getClass
  • hashCode, equals
  • toString
  • clone
  • finalize
  • wait, notify, notifyAll
  • getMethods
  • valueOf
  • sleep, notify, notifyAll
  • equalsIgnoreCase
Mostrar resumen completo Ocultar resumen completo

Similar

Java Week 5 Object Oriented Programming
Troy Bowlin
GCSE AQA Biology - Unit 1
James Jolliffe
General questions on photosynthesis
Fatima K
GCSE AQA Physics - Unit 1
James Jolliffe
Chemistry 3 Extracting Metals Core GCSE
Chloe Roberts
Basic Immunology Principles
Robyn Hokulani-C
Java Practice 1
Ummm No
Chemistry 4 Fuels From Crude Oil GCSE Core
MattyWood
Photography
jastith
Chemistry 6 Extracting Vegetable Oil Core GCSE AQA
Chloe Roberts
Ecology
Fatima K