is it possible to write java code inside the scala template. if yes any sample code please
@while(@resultSet.next()) {
println("Mani");
String [email protected]("name");
Int [email protected]("id");
println("Name:"+name)
print( name + ", " + in);
}