Java Core. Basics

Descrição

Questions about basics in Java Core
Gadget
Quiz por Gadget, atualizado more than 1 year ago
Gadget
Criado por Gadget quase 9 anos atrás
253
8

Resumo de Recurso

Questão 1

Questão
What is the general meaning of Object in java?
Responda
  • 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.

Questão 2

Questão
List all methods in Object class which are allowed to be extended or overridden
Responda
  • getClass
  • hashCode, equals
  • toString
  • clone
  • finalize
  • wait, notify, notifyAll
  • getMethods
  • valueOf
  • sleep, notify, notifyAll
  • equalsIgnoreCase

Semelhante

Java Week 5 Object Oriented Programming
Troy Bowlin
General questions on photosynthesis
Fatima K
GCSE AQA Biology - Unit 1
James Jolliffe
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