Medium
Ce code
public String getFirstLetter(String value) {
return value.substring(0, 1);
}
Author: Clément DevosStatus: PublishedQuestion passed 526 times
Edit
2
Community EvaluationsNo one has reviewed this question yet, be the first!
4
This code allows to randomly get numbers between 1 to 31 in results. Should have declard SimpleDateFormat in the Thread.1
A Java class that converts Arabic numbers to Roman numerals.1
Java code that replaces keys in a template with their values.1
What is the name of the design pattern used to structure complex applications by considering the problem domain?1
Write a Java implementation of the FizzBuzz code kata.1
A code kata is a small exercice thought to train a certain development competence1
What does SRP stand for?