Anwer is <u>True</u>
please mark me brainliest answer
Answer:
Hope this helps you out Answer: Greater security
Explanation:
Server maintains better relationship with server at everry time. So it gives maximum of security and reliability against unauthorised access
Answer:
Clock (int hours, boolean isTicking, int diff) // constructor clock
{
this.hours = hours;
// set the instance variable hours
this.isTicking = isTicking;
// set the boolean variable isTicking
this.diff =diff;
//set the instance variable diff
}
Explanation:
Here we declared a constructor clock which has 3 parameter hours,boolean isTicking,and diff.
The int hours, diff is of int type and isTicking is of boolean type. In this constructor, we set the instance variables values by using this keyword.
Answer:
To index web pages for quick retrieval of content
Explanation:
ap3x verified