Domanda di colloquio di Cloudera

Is the String class immutable? What keyword allows you to call a method without creating the object?

Risposte di colloquio

Anonimo

27 gen 2021

The key in these questions is to cover the fundamentals, and be ready for the back-and-forth with the interviewer. Might be worth doing a mock interview with one of the Cloudera or ex-Cloudera Sales Engineer experts on Prepfully? They give real-world practice and guidance, which is pretty helpful. prepfully.com/practice-interviews

Anonimo

15 ott 2013

Yes String is inmmutable, so It means that a string cannot be changed. An static method, you don't need to create an object

5