Skip to content

Instantly share code, notes, and snippets.

View xmkhatshwa's full-sized avatar
🎯
Focusing on typescript development

Xola Mkhatshwa xmkhatshwa

🎯
Focusing on typescript development
View GitHub Profile
@xmkhatshwa
xmkhatshwa / Student.java
Created May 3, 2018 17:48 — forked from darbyluv2code/Student.java
FAQ: How to populate radiobuttons with items from Java class like we did with selectlist?
package com.luv2code.springdemo.mvc;
import java.util.LinkedHashMap;
public class Student {
private String firstName;
private String lastName;
private String favoriteLanguage;