App Dev - Cloud Datastore へのアプリケーション データの保存: Java のレビュー
8793 件のレビュー
Andruszek Jakub · 2年弱前にレビュー済み
Kerfs Pieter-Jan · 2年弱前にレビュー済み
Good Experience
Lakshmanan Pawan · 2年弱前にレビュー済み
Sreedharan Chandar · 2年弱前にレビュー済み
Ghaste Vaibhav · 2年弱前にレビュー済み
Chan Ralston · 2年弱前にレビュー済み
Moncada Williams Joshymar Adrian · 2年弱前にレビュー済み
Graczyk Jakub · 2年弱前にレビュー済み
Itliong Benjamen · 2年弱前にレビュー済み
Devonport-Symes Royce · 2年弱前にレビュー済み
Bene Lorant · 2年弱前にレビュー済み
Uçar Tarık · 2年弱前にレビュー済み
Deep Alaukik · 2年弱前にレビュー済み
Uttla Bhaskar · 2年弱前にレビュー済み
Code in the end of the lab fails compilation with an error "The method entityToQuestion(Entity) in the type QuestionService is not applicable for the arguments (Object)". The commented code has the error that can be fixed with the code at the end of the comment // private List buildQuestions(Iterator entities){ // List questions = new ArrayList<>(); // entities.forEachRemaining(entity-> questions.add(entityToQuestion(entity))); // return questions; // } private List<Question> buildQuestions(Iterator<Entity> entities){ List<Question> questions = new ArrayList<>(); entities.forEachRemaining(entity -> questions.add(entityToQuestion(entity))); return questions; }
Mishkin Sergei · 2年弱前にレビュー済み
JAMES NAVEEN · 2年弱前にレビュー済み
M Yazharasan · 2年弱前にレビュー済み
Vanessa Natera Castellanos Kenia · 2年弱前にレビュー済み
silveira renan · 2年弱前にレビュー済み
Nagaraja Balaji · 2年弱前にレビュー済み
k jamal najmal · 2年弱前にレビュー済み
Kangane Harshada · 2年弱前にレビュー済み
BHAGWAT GIRISH · 2年弱前にレビュー済み
Tromp Jeff · 2年弱前にレビュー済み
Sánchez De La Blanca Guijarro Jesús José · 2年弱前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。