ran with Java
private int _number = 7;
public ANumber() {
}
public ANumber(int number) {
_number = number;
}
public static void main(String[] args) {
ANumber lp = new ANumber(3);
System.out.println(lp._number);
}
}
out put is 3
This section is not available anymore. Please use the main Exam Page.98-361 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
whyket90
6 months, 4 weeks agoDarnDarin
1 year, 2 months ago