GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

Abstract Questions and Answers


 Sponsored Links

 
 Abstract Questions and Answers - Page 12
Sorting Options :  

Which will declare a method that forces a subclass to implement it? A. public double methoda(); B. static void methoda(double d1) {} C. public native double methoda(); D. abstract public void methoda(); E. protected void methoda(double d1){}
Answer: D  
Category: 310-051   Tags : Abstract

Given: 1. public interface Foo { 2. int k = 4: 3. } Which three are equivalent to line 2? (Choose three) H. final int k = 4: I. public int k = 4; J. static int k = 4; K. private int k = 4: L. abstract int k = 4; M. volatile int k = 4: N. transient int k = 4;
Answer: A, B, C  
Category: 310-051   Tags : Abstract

Given: 1. public interface Foo { 2. int k = 4: 3. } Which three are equivalent to line 2? (Choose three) A. final int k = 4: B. public int k = 4; C. static int k = 4; D. private int k = 4: E. abstract int k = 4; F. volatile int k = 4: G. transient int k = 4;
Answer: A, B, C  
Category: 310-051   Tags : Abstract

Which will declare a method that is available to all members of the same package and can be referenced without any class? A. abstract public void methoda(); B. public abstract double methoda(); C. static void methoda(double d1) {} D. public native double methoda() {} E. protected void methoda(double d1) {}
Answer: C  
Category: 310-051   Tags : Abstract

Public abstract class A extends B, C implements D, E { } What is wrong with the above class declaration?
public abstract class A extends B, C implements D, E { } What is wrong with the above class declaration? Choice 1 Public classes cannot implement interfaces. Choice 2 Classes can only inherit from other 
View Question | Asked by : sesi
Category: Java   Tags : Abstract

Which design pattern is represented by the EJB Home interface? A. Proxy B. Visitor C. Façade D. Abstract Factory
Answer: D  
Category: 310-051   Tags : Abstract

Category: OOPS   Tags : Abstract

View Question | Asked by : sushma
Category: Java   Tags : Abstract

Skill/Topic: Memory, Abstract Data Types, and AddressesA) Integer, Floating-Type, Character & Boolean are the four different data type groupsExplanation: You determine the amount of memory to reserve by 
Category: Data Structures   Tags : Abstract

Nse it papers NSEIT Campus Paper1) Then, difference b/w char *str = "Hello"; char arr[] = "Hello"; he started asking whether following statements get complied or not; arr++; // ERROR..its like a pointer constant *(arr + 1) = 's'; cout
View Question | Asked by : bhavin

View page << Previous 8 9 10 11 [12] 13 Next  >>

Ask A Question
Go Top
 Sponsored Links

 
Expert Members
# User Name Count
1sudhakar2068 390
2sahu 324
3jainbrijesh 282
4sampra 278
5samiksc 231
6Sujatars 206
7Beena 194
8sivanesh.a 188
9sithusithu 161
10sujatham 142
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape