Assume Calendar calendar = new GregorianCalendar(). __________ returns the number of days in a month.

a. calendar.get(Calendar.MONTH)
b. calendar.get(Calendar.MONTH_OF_YEAR)
c. calendar.get(Calendar.WEEK_OF_MONTH)
d. calendar.get(Calendar.WEEK_OF_YEAR)
e. calendar.getActualMaximum(Calendar.DAY_OF_MONTH)


e. calendar.getActualMaximum(Calendar.DAY_OF_MONTH)

Computer Science & Information Technology

You might also like to view...

To create a fixed space between all components using BoxLayout, use the method ________.

a. createVerticalStrut() b. createHorizontalStrut() c. createGlue() d. createRigidArea()

Computer Science & Information Technology

Which language is the most popular language for writing Apple OS X applications?

A) HTML B) C++ C) Objective C D) Java

Computer Science & Information Technology

The ________ function displays the item with the lowest value and can be used with text data only in Design view

A) Minimum B) Median C) Maximum D) Average

Computer Science & Information Technology

Queries can be created within database objects such as forms and reports using the ________

A) Query Builder B) Calc button C) Filter Tool D) Question Builder

Computer Science & Information Technology