Descriptive Question

Quiz Guidelines

 

QID: 
319
Question: 

Drag and Drop valid operators in boxes.
= operator can be used more than once.
=        +=        *=
public class TestClass
{
public static void main(String[] args)
{
Short k = 9;    
Integer I =9;    
Boolean b = false;
char c = ‘a’;    
String str = “123”;

Q&A Set: