阿摩線上測驗
登入
首頁
>
國際公法及國際私法
>
104年 - 105 國立中正大學碩士班招生考試_法律學系-國際法組:國際私法#99405
> 申論題
題組內容
一、
(三)請評論上開兩個問題的差異。(20%)
相關申論題
二、台灣人甲女與乙男在美國依當地規定之方式締結依美國法有效之 婚姻,然而回台灣之後並未辦理結婚登記數年後,乙歸化為A 國人,並與A國人丙女於A國結婚,若A國之法律規定配偶有繼承權,且規定重婚無效。請問:乙死亡,台灣之法院應如何選定 準據法以判定甲、丙是否有對乙之繼承權?(50%)
#415643
簡答題:請說明史特佛賓(D. L. Stufflebeam)之「背景-投入-過程-產出」課 程評鑑模式(Context-Input-Process-Product Model)內容,並說明此評鑑模式的 優缺。
#415644
(1)這一題的難度值(P 值)與鑑別度值(D 值)各自 為何?
#415645
(2)這一題的試題品質如何?
#415646
201. Given:1. import java.util.*; 2. class A{} 3. class B extends A{} 4. public class Test{ 5. public static void main(Strang[] args){ 6. List<A> listA = new LinkedList<A>(); 7. List<B> listB = new LinkedList<B>(); 8. List<Obect> listO = new LinkedList<Obect>(); 9. //insert code here 10. } 11. public static void m1(List<? extends A> list){} 12. public static void m2(List<A> list){} Place a result onto each method call to indicate what would happen if the method call were inserted at line 9. Note: Results can be used more than once.
#415647
202. Given: NumberNames nn = new NumberNames(); nn.put("one", 1); System.out.println(nn.getNames()); Place the code into position to create a class that maps from Strings to integer values. The result of execution must be [one]. Some options may be used more than once. public class NumberNames{ private HashMap< Place here , Place here > map = new HashMap< Place here , Place here Place here ;
#415648
216. Given: 1. import java.util.*, 2. public class TestGenericConversion{ 3. public static void main(String[] args){ 4. List list = new LinkedList(); 5. list.add("one"); 6. list.add("two"); 7. System.out.print(((String)list.get(O)).length()); 8. } 9. } Refactor this class to use generics without changing the code's behavior.
#415649
217. Place the code into the GenericB class definition to make the class compile successfully.
#415650
218. Place the code elements in position so that the Flags2 class will compile and make appropriate use of the wait/notify mechanism. Note You may reuse code elements.
#415651
220. Which factor or factors (A) It is possible for more than two threads to deadlock at once. (B) The JVM implementation guarantees that multiple threads cannot enter into a deadlocked state. (C) Deadlocked threads release once their sleep() method's sleep duration has expired. (D) Deadlocking can occur only when the wait(), notify() and notifyAll() methods are used incorrectly. (E) It is possible for a single-threaded application to deadlock if synchronized blocks are used incorrectly. (F) If a piece of code is capable of deadlocking, you cannot eliminate the possibility of deadlocking by inserting invocations of Thread.yield().
#415652
相關試卷
112年 - 112 國際經濟商務特種考試_三等_國際經濟商務人員類科各語組:國際公法及國際私法#116518
112年 · #116518
111年 - 111 國際經濟商務特種考試_三等_國際經濟商務人員類科各語組:國際公法及國際私法#110667
111年 · #110667
109年 - 109 國際經濟商務特種考試_三等_國際經濟商務人員類科各語組:國際公法及國際私法#90898
109年 · #90898
108年 - 108 國立中正大學碩士班招生考試_法律學系-國際法組:國際私法#99126
108年 · #99126
107年 - 107 國際經濟商務特種考試_三等_國際經濟商務人員英文組、德文組、日文組、西班牙文組、葡萄牙文組:國際公法及國際私法#71946
107年 · #71946
106年 - 106 國立中正大學碩士班招生考試_法律學系-國際法組:國際私法#99110
106年 · #99110
105年 - 105 國立中正大學碩士班招生考試_法律學系-國際法組:國際公法#99100
105年 · #99100
105年 - 105 國際經濟商務特種考試_三等_國際經濟商務人員各組:國際公法及國際私法#56516
105年 · #56516
104年 - 105 國立中正大學碩士班招生考試_法律學系-國際法組:國際私法#99405
104年 · #99405
103年 - 103 國立中正大學碩士班招生考試_法律學系-國際法組:國際私法#99351
103年 · #99351