A. float f = 11.1; B. double d = 5.3E12; C. double d = 3.14159; D. double d = 3.14;.
A. The program developer must create a thread to be responsible for free the memory. B. The garbage collection will check for and free memory no longer needed. C. The garbage collection allow the program developer to explicity and immediately free the memory. D. The garbage collection can free the memory used java object at expect time.
Given the following expression about TextField which use a proportional pitch font. TextField t = new TextField("they are good",40); Which statement is true?()
A. The displayed string can use multiple fonts. B. The maximum number of characters in a line will be 40. C. The displayed width is exactly 40 characters. D. The user can edit the characters.