Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.throw: is this a java[…]
Read moreLatest Posts
1alpha : is this legal identifier?
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review. 1alpha : is this[…]
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“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 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 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 morerunning 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 mores.substring(1) will give what (given 2nd param is missing)?
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 more“If an abstract class has no implemented constructors or methods, it is better to make it an interface.t/f”
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.“If an abstract class has[…]
Read moreYou can’t declare variables with the type of an abstract class. T/F,”False, you can declare variables of an abstract class type
Average Rating 0 out of 5 stars. 0 votes.You must log in to submit a review.You can’t declare variables with[…]
Read more