Answer:
employees.get(0)
Explanation:
In the programming, the index of ArrayList start from zero.
So, the element start storing in the ArrayList from the zero index.
get() is the function which is used to retrieve or getting the value in the
ArrayList.
The function employees.get(0), it retrieve the element of zero index.
The function employees.get(1), it retrieve the element of first index.
The function employees.first(1), it is wrong calling.
The function employees.get(), it is wrong calling. you have to enter the index value inside the get().
Answer and Explanation:
Using javascript:
function dayof_theweek(){
var TodayDate = window. prompt("enter today's date in the format 'year, month, day' ");
var Datenow=new date(TodayDate);
var Dayofweek=Datenow.getday();
var Days=["monday","Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"];
if(Dayofweek==indexOf(Days[Dayofweek]))
{
document.createTextnode(Days[Dayofweek]);
}
}
The program above uses a date object which uses the method getday to get the day of the week(get day returns an integer from 0 to 6).we then use a comparison operator == to test the condition that returned value Dayoftheweek is same with the index of the array Days and then print to a html document. The program may need improvements such as the fact that errors may arise when proper input isn't given, and therefore must be handled.
The term NComputing is known to be a form of desktop virtualization company that is said to creates hardware and software to form virtual desktops.
The term Thin clients is known to be virtual desktops. They help a lot of users at the same time to share a single operating system instance.
<h3>What is the aim of a thin client?</h3>
In Ncomputer networking, a thin client is known to be a kind of low-performance computer that is known to be optimized and used for setting up a remote connection.
It is often used with a server-based computing system. The server here is one that often does most of the work, such as launching software programs, etc.
Learn more about Ncomputing from
brainly.com/question/12629145
I believe the answer is annual maintenance
Hope this helps :p
Answer: (A) Computer networks allow individuals to share many types of resources.
Explanation:
Computer network is basically known as digital telecommunication that allowing various nodes to sharing different types of resources in the network. In the computer network, the data link is establish over the cable like wire and optic media in the network.
The network basically allow sharing of the computing network and various types of resources in the networking.
It can allow sharing resources like printers, exchange files and CDs. There are mainly two types of networking that are: LAN and WAN.