题目

在Java语言中,不能注释多行内容的符号是()。

A、以//开始的注释

B、以/*开始,*/结束的注释

C、以/**开始,*/结束的注释

D、以上都不能

提示:未搜索到的试题可在搜索页快速提交,您可在会员中心"提交的题"快速查看答案。
答案
查看答案
相关试题

实例初始化块是在该类的构造方法之后执行的。

A、对

B、错

A user’s laptop does not produce sound even though the volume settings are at maximum in theoperating system. Which of the following would MOST likely resolve this issue?()

A、A new sound card

B、A new speaker

C、A BIOS update

D、A hardware volume control

In your production database, data manipulation language (DML) operations are executed on theSALES table. You have noticed some dubious values in the SALES table during the last few days. Youare able to track users, actions taken, and the time of the action for this particular period but the changesin data are not tracked. You decide to keep track of both the old data and new data in the table along withthe user information.  What action would you take to achieve this task()

A、Apply fine-grained auditing.

B、Implement value-based auditing.

C、Impose standard database auditing to auditobject privileges.

D、Impose standard databaseauditing to audit SQL statements.

Examine the description of the MARKS table: STD_ID NUMBER(4) STUDENT_NAME VARCHAR2(30) SUBJ1 NUMBER(3) SUBJ2 NUMBER(3) SUBJ1 and SUBJ2 indicate the marks obtained by a student in two subjects. Examine this SELECT statement based on the MARKS table: SELECT subj1+subj2 total_marks, std_id FROM marks WHERE subj1 > AVG(subj1) AND subj2 > AVG(subj2) ORDER BY total_ marks; What is the result of the SELECT statement?()

A、The statement executes successfully and returns the student ID and sum of all marks for each student who obtained more than the average mark in each subject.

B、The statement returns an error at the SELECT clause.

C、The statement returns an error at the WHERE clause.

D、The statement returns an error at the ORDER BY clause.

What is the binary equivalent of 242.168.94.124?()

A、11110011 10101000 01011110 01111100

B、11110010 10101010 01011110 01111100

C、11110010 10101000 01011110 01111100

D、11110010 10101000 01010110 01111100

联系我们 会员中心
返回顶部