Answer:
The output of the given question is :
Person
Person
Explanation:
Following are the description of Statements
- The new Person().printPerson(); calling the function of printPerson() of the class Person so it returns the Person in the console window.
- The new Student().printPerson(); calling the function of printPerson() of the class student .The student inherits the class Person So control will moves to the class it executed the statement inside the Person class So it executed the function public void printPerson() of the Person class so it also returns the Person String and execution of program become stops
Answer:
d. .
Explanation:
Dot (.) symbol is used to access the resource from the module. It is used to establish the connection between resource and module.
While on the other hand "=" is an assignment operator that is used to assign a value to the variable. "*" is use for the purpose of multiplication of two values in variables. Double Inverted commas ("") used to print the statement written between them.
Answer:
Sterotyping
Explanation:
A stereotype is an over-generalized perception or view about a particular category of individuals or group. It is a belief that people might have concerning each and every person of a particular group. The type of expectation can differ from people to people; it can be, for instance, a belief or perception about a particular group's personality, preferences, or ability.
Answer:
Reputation based System
Explanation:
In this type of security system a file or IP address is classified as safe or unsafe based on the reputation, this can make unsafe conditions predictable and intrusion prevented with ease. it is easy to identify danger if the potential source of it is marked. This technology is usually employed by anti-virus softwares, anti-malwares, or other software systems that is used for security.