下面两个方法同步吗?(自己发明)

同步synchronized浏览:417收藏:2
答案:
class Test {
synchronized static void sayHello3() {
}
synchronized void getX() {
}