Skip to content

Winston Lee

  • Home
  • Projects
  • Blog
Winston Lee

snippet

Development | Java

Java snippets of the day

Palindrome test import java.util.Scanner; public class PalindromeTest { static boolean isPalindrome(String source) { // Trivial case if (source == null) return false; // We ignore case when checking for palidrome String toTest = source.toLowerCase(); // We start at the two…

Read More Java snippets of the dayContinue

I’m an English / Vietnamese / Korean speaking software solution provider living in Korea

Get In Touch

To reach me, please use the contact form

© 2023

Github Linkedin
Scroll to top
  • Home
  • Projects
  • Blog