0 تصويتات
بواسطة
Stack st=new Stack(); st.push("Saudi"); st.push("Brazil"); st.push("Canada");  System.out.println("Size of stack is: " +st.size());What is output of code?
a.Size of stack is: 3
b.Size of stack is: -1
c.Size of stack is: 2
d.None.

1 إجابة واحدة

0 تصويتات
بواسطة
a. Size of stack is: 3
مرحبًا بك إلى يزيد، حيث يمكنك طرح الأسئلة وانتظار الإجابة عليها من المستخدمين الآخرين.

اسئلة متعلقة

...