- 1
I have a big doubt
In the program in the equals the question is drag the options Please can anyone give me the answer of it I am getting wrong everytime I have been trying for so long. Plz help!!!
18 odpowiedzi
+ 2
Share Code please
+ 2
Ok wait
+ 2
Sorry I dont know
But others can answer
Wait for them
+ 2
I have missed scrolling further for the answers so many times it is truely rediculous 😒🥴
+ 2
Yeh. Because of that I usually realise I have missed scrolling on the second (or third) attempt.
It's just the positioning on screen sometimes is so perfect it does not look like there is more of the answer, and there are no indicators, so I just don't look
+ 1
Ok
+ 1
Np
+ 1
boolean
return
A
But please try to learn the lessons more as this isn't that hard.
+ 1
I tried this but still it gives wrong
+ 1
Than replace boolean with new
+ 1
Wait let me try
+ 1
There are not that many answers possible.
It would be easy to brutforce all answer combinations.
+ 1
No not working
+ 1
Hmm...
+ 1
The answers are
boolean
return
A
equals
There is actually more to the question. You nees to scroll down
+ 1
answer always rearrange itself.
0
Ooh OK thanks ☺😅
- 1
Class A{
public int x ;
public ____ equals (object o) {
______ ((A) o). x ==this. x;
}
public static void main (String [] args)
{
A a = new A() ;
a. x = 9;
A b = new __();
Options are:
Return new x boolean equals b A