Multiple choice What Java keyword is used to create objects? new create construct abracadabra Reveal answer Fill a bubble to check yourself A Correct answer Explanation In Java, the 'new' keyword is used to instantiate a class and allocate memory for a new object on the heap.