Q&A Discussions
modulo explaination
1 Vote
3 AnswersThis may sound crazy....
0 Votes
5 Answerswhat is an attribute?
0 Votes
4 Answerswhy we use # in program
-2 Votes
2 AnswersWhat is Attributes ??
0 Votes
5 Answerspublic class Vehicle {
int maxSpeed;
int wheels;
String color;
double fuelCapacity;
void horn() {
System.out.println("Beep!");
}
}
class MyClass {
public static void main(String[ ] args) {
Vehicle v1 = new Vehicle();
Vehicle v2 = new Vehicle();
v1.color = "red";
v2.horn();
System.out.println(v1);
}
}
Explain its outcome. I am unable to get the last line of outcome.
-1 Vote
2 Answers
echo $_SERVER['SCRIPT_NAME]
0 Votes
4 AnswersWhat is FILE PATH in HTML
0 Votes
4 AnswersWhat about the images?
0 Votes
7 Answershow do parameters work
0 Votes
2 AnswersHow do i open code blocks
0 Votes
2 AnswersHot today
What's wrong in my code?
4 Votes
App Development
1 Votes
GUI-Based Python code in Webpage
2 Votes
HTML
1 Votes
Introduction of html
0 Votes
Web Developer Job?
1 Votes
CSS or Tailwind
1 Votes
Russian
0 Votes