class-level Questions
2
I already know how to add annotation based validation on specific attributes in Entity class like :-
public class Person {
@NotNull
private String firstName;
private String lastName;
//......
Linstock asked 1/10, 2015 at 6:50
4
Solved
I am new in Java Programming language.
I am familiar with C and C++ but unable to understand the behaviour of the below program.
public class Test {
static int x = 11;
private int y = 33;
publ...
Cosh asked 20/1, 2018 at 12:0
1
Solved
It seems that JSF 2.0 does not call "class level constraints". Quoting from an SO answer
JSF 2.0 doesn't call class level validation constraints. From JSF validation: JSF 2 provides buil...
Wellbeloved asked 5/1, 2015 at 14:5
1
© 2022 - 2024 — McMap. All rights reserved.