Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.s.substring(1) will give what (given[…]
Read moreAuthor: mfadmin
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 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 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“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 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 more1alpha : is this legal identifier?
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.1alpha : is this legal[…]
Read morethrow: is this a java keyword?
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.throw: is this a java[…]
Read moreaggregate object
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.aggregate object An instance which[…]
Read moreT/F: The constructor of a class must not have a return type.
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.T/F: The constructor of a[…]
Read more