To wrap a line in a text area jta on words, invoke ____________.

a. jta.setWrapStyleWord(false)
b. jta.setWrapStyleWord(true)
c. jta.wrapStyleWord()
d. jta.wrapWord()


b

Computer Science & Information Technology

You might also like to view...

Which of the following for loop headers will cause the body of the loop to be executed 100 times?

a)``` for(int i = 0; i <= 100; i++) ``` b)``` for(int i = 1; i < 100; i++) ``` c)``` for(int i = 1; i <= 101; i++) ``` d)``` for(int i = 0; i < 100; i++) ``` e) none of these for loops will execute the loop body 100 times

Computer Science & Information Technology

Which of the following criteria should be met for a system to receive a C2 rating?

A) The system should be able to assign permissions to individual users rather than to groups. B) Users should have usernames and passwords to gain access to the system. C) Security activities should be logged including information about the date, time, and user account involved. D) All of the above

Computer Science & Information Technology

To change save options, display the Save screen in the PowerPoint Properties dialog box, and then select or deselect appropriate check boxes. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Briefly describe the IPv6 address structure.

What will be an ideal response?

Computer Science & Information Technology