A.“uuid.hex”由Hibernate 基于128位UUID算法生成16進制數(shù)值(編碼后以長度32的字符串表示)作為主鍵 B.“uuid.hex”生成的主鍵只能適用于SQL Server數(shù)據(jù)庫 C.“Native”根據(jù)具體連接的數(shù)據(jù)庫從identity,sequence 或者hilo選擇一種來生成主鍵 D.“increment”生成 long,short 或者int類型的主鍵
A.<html:button>標記顯示一個按鈕控件 B.<html:cancel>標記顯示一個取消按鈕 C.<html:submit>標記顯示一個提交按鈕 D.<html:select>標記顯示HTML復選框按鈕
給出下列java源代碼: //Point x Public class Interesting{} 在源代碼//point x處添加()能符合java語法
A.import java.awt.* B.package local.util C.class MoreInteresting{} D.protected class MoreInteresting{}