Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.“so, how does one compare[…]
Read moreCategory: Java Programming
running complexity of insert into max-heap
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.running complexity of insert into[…]
Read mores3 = s1;now what will s3 == s1 test return?
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.s3 = s1;now what will[…]
Read moreWhich of the following best describes the data structure represented by java.util.LinkedList?
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.Which of the following best[…]
Read mores2 = s1;(both string)are they the same object?
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.s2 = s1;(both string)are they[…]
Read moreWhich of these are Java keywords. Select the five correct answers a. TRUE b. volatilec. transientd. nativee. interfacef. theng. new,”Answer : b, c, d, e
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.Which of these are Java[…]
Read more“in an interface, all methods must be _______”
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.“in an interface, all methods[…]
Read more“At what stage in the following method does the object initially referenced by s becomes available for garbage collection. Select the one correct answer. void method X() { String r = new String(“”abc””); String s = new String(“”abc””); r = r+1; //1 r = null; //2 s = s + r; //3} //4″
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.“At what stage in the[…]
Read more“class B extends class A. In the code for class B, if you see a method with same name as method in A. Is this allowed?”
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.“class B extends class A.[…]
Read moredata type of void?
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.data type of void? NO[…]
Read more