Computer Science, asked by Anonymous, 10 months ago

Help me @Nain31. Di



Icse Java 10

Attachments:

Answers

Answered by nain31
2
ANSWER...

A-3-runtime error.

A-4-Block

A-5. for loop....... while loop..

A-6-sometimes in a function it is needed to use the object on which the method is called.Java system uses it with "this" keyword. The object on which the function is called can be referd in the function with this.


A-7 new keyword is used to create the object of a Class or of an array used for inputing a sentence.
Ex.
DataInputStream in=new DataInputStream(System.in);

A-8
Instance variable.
variables that are defined in a class juster after Class which we can use in all member function is called instance variable.

Class variable
They are the variables defined before member functional and with static keywords.

A-9-Ascii of A=66

n=66+26

n= 96.



Hope it helps


Similar questions