由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 请教一个Java 多线程 同步的 面试题!
相关主题
请教这段代码是干嘛用的One C++ question
publication 要不要写进 resume几道关于数据结构的面试题。
昨天onsite被问到的 multithreading 题目问道面试体(software)
版上牛人能不能帮忙看道面试题?Core Java question总结
呵呵,给大家看看国内IT公司的面试经历刚才电面,HM居然问我recruiter是怎么找到我的
[合集] Google Phone Interview (2nd)报一个cs的offer
问一个careercup上的题目sleetcode中的online judge都报runtime error, 用本地编译器执行一些例子都ok
what problem may occure with singleton at runtime?Longest subarray with equal number of 1 and 0
相关话题的讨论汇总
话题: mymethod话题: object话题: myobject话题: declared
进入JobHunting版参与讨论
1 (共1页)
s********e
发帖数: 340
1
Question:
A method myMethod in class MyObjectType is declared sysnchronized.
If a call is made to myMethod in instance variable myObject then which
object provides the synchronization lock?
A. The first instance variable declared inside MyObjectType
B. The myMethod object of Type java.lang.reflect.Method
C. myObject itself
D. The client Object making the call
E The static Runtime object available in the JVM
我选的是C
大家看是不是正确,欢迎大家讨论一下!谢谢
c******3
发帖数: 296
2
选C是正确的
1 (共1页)
进入JobHunting版参与讨论
相关主题
Longest subarray with equal number of 1 and 0呵呵,给大家看看国内IT公司的面试经历
Greenplum 面经 及答案 (Data scientist)[合集] Google Phone Interview (2nd)
DP算法占用的空间问一个careercup上的题目
interview quizwhat problem may occure with singleton at runtime?
请教这段代码是干嘛用的One C++ question
publication 要不要写进 resume几道关于数据结构的面试题。
昨天onsite被问到的 multithreading 题目问道面试体(software)
版上牛人能不能帮忙看道面试题?Core Java question总结
相关话题的讨论汇总
话题: mymethod话题: object话题: myobject话题: declared