Pregunta de entrevista de Cloudera

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

Respuestas de entrevistas

Anónimo

27 ene 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

Anónimo

15 oct 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