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

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