Pergunta de entrevista da empresa Cloudera

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

Respostas da entrevista

Sigiloso

27 de jan. de 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

Sigiloso

15 de out. de 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