设为首页 收藏本站
查看: 917|回复: 0

[经验分享] IBM Java英文面试题(附参考答案)

[复制链接]

尚未签到

发表于 2017-5-26 12:24:22 | 显示全部楼层 |阅读模式
  1.what is oracle.
  2.what is major differenece oracle8i and oracle9i.
  4.tell me some thing ur self.
  5.please tell me about oops.
  6.what is single inheritance.
  7.what is multiple inheritance.
  8.can java support multiple inheritance.
  9.what is interface.
  10.what is differenec between abstract class and interface.
  11.how to u prove that abstrace class cannot instantiate directly.
  12.what is differenece between string and stringbuffer.
  13.what is immutable
  14.how to write a program using sort program.
  15 how to write a program using unsort program.
  16.what is legacy.
  17.what is legacy api
  18.what is legacy interface.
  19.what is main difference hashmap and hastable
  20.what is main difference between arraylist and vector.
  21.what is struts framework.
  22.what are distributed techonologies.
  23.what is advantage and disadvantage of distributed techonologies.
  24.what is main difference between jsp and servlets.
  25.what is difference between procedure and functions.
  26.what is jdbc.
  27.what are type of drivers.
  28.what is type 4 driver.
  29.how to collect requuirements form u r client.
  30.which process use in ur project.
  31.what is deployment descriptor.
  32.what is heirarchy of files in struts.
  33.please draw struts frame wrok.
  34.please draw j2ee architecture.
  35.please draw mvc-2 architecture.
  36.please draw that how design op module.
  37.how to find a file on linux.
  38.how to configure weblogic8.1 on linux.
  39.why you use struts framework in ur project.
  40.what is platfrom independent
  41.what is awt and swing.
  42.what is heavy wieght components.
  43.what is feature of weblgoic8.1.
  44.why you choose application server on linux and database server on aix.
  45.please tell me about ur project.
  46.what is major concepts in oops.
  47.why u choose mvc-2 architecture.
  48.what is implicit object.
  49.how many implicit objects in jsp
  50.why choose weblogic8.1 other than any applicationserver.
  51.what is water fall model vs sdlc
  52.what is use of dataflowdiagrams
  53.wha t is ip in ur project.
  54.what about reception module
  1. Oracle is an RDBMS product with DDL and DML from a company called Oracle Inc.
  2. Difference between 8i and 9i is given in the Oracle site
  3. Question not available
  4. Something
  5. oops is Object Oriented Programming
  6.what is single inheritance.
  ans:one class is inherited by only other one class
  7.what is multiple inheritance.
  ans:One class inheriting more than one class at atime
  8.can java support multiple inheritance.
  ans:No
  9.what is interface.
  ans:Interface has only method declarations but no defn
  10.what is differenec between abstract class and interface.
  ans:In abstract class some methods may contain definition,but in interface every method should be abstract
  11.how to u prove that abstrace class cannot instantiate directly.
  ans:As they dont have constructor they cant be instantiated
  12.what is differenece between string and stringbuffer.
  ans:Strings are immutable where as string buffer can be modified
  13.what is immutable
  ans:Which cant be changed
  14.how to write a program using sort program.
  15 how to write a program using unsort program.
  ans: Both can be done using javascript
  This is for Sort
  function SelectTextSort(obj) { // sort by text
  var N=obj.options.length;
  for (var i=0;i
  for (var j=i+1;j
  if ( obj.options.text > obj.options[j].text ) {
  var i1= (obj.options.selected == true ) ? true : false
  var j1= (obj.options[j].selected == true ) ? true : false
  var q1 = obj.options[j].text;
  var q2 = obj.options[j].value;
  obj.options[j].text = obj.options.text;
  obj.options[j].value = obj.options.value;
  obj.options.text = q1;
  obj.options.value = q2;
  obj.options.selected = (j1 && true ) ? true : false
  obj.options[j].selected = (i1 && true ) ? true : false
  }
  }
  }
  return true
  }
  16.what is legacy.
  17.what is legacy api
  18.what is legacy interface.
  ans: legacy is something that is old in terms of technology/ system
  19.what is main difference hashmap and hastable
  ans:Hash table is synchronised
  20.what is main difference between arraylist and vector.
  ans:Vector is synchronised
  21.what is struts framework.
  22.what are distributed techonologies.
  distributed technologies means any technology / s/w program that are having many components in multiple environments that interact with each other depending on the functional requirements and design.
  23.what is advantage and disadvantage of distributed techonologies.
  language is avoided. Application can be built flexible to meet requirements. Division of labour is possible. Best of all the technologies and platforms can be optimally utilized. Complexity of requirements can be reduced.
  25.what is difference between procedure and functions.''
  ans:Fuctions can return value ,procedures cant return value
  26.what is jdbc.
  ans:Connecting to DB from java program requires JDBC
  27.what are type of drivers.
  type1,2,3,4
  29.how to collect requuirements form u r client.
  is not a job of a technical person. It is better for a BA to do it.
  30.which process use in ur project.
  Generally u can say:
  Project related process: Analysis, Design, Sign-off Documents, Implementation, Integration, Testing, UAT
  Work related process:
  Technical Design, Work Allocation, Code Review Checklist, Unit Test Form will be prepared by the Project Lead and given to the developer.
  Developer prepares the Unit Test Case
  Implements Code, Performs Test
  Submits Code through CVS / VSS
  Submits documents along with Release Checklist to the tester / leader.
  31.what is deployment descriptor.
  ans:Which contains the infrnmation like which file to be used
  40.what is platfrom independent
  ans:A language is said to be platform independent if it can be run on any machine with out modifying code
  41.what is awt and swing.
  ans:AWT are heavy weight components and swings are light weight components
  46.what is major concepts in oops.
  ans:Abstraction,polymorphism,encapsulation,inheritance
  47.why u choose mvc-2 architecture.
  ans:In MVC-2 controller is servlet rather than JSP which makes it efficient
  48.what is implicit object.
  ans:Implicit objects are a set of Java objects that the JSP Container makes available to developers in each page
  49.how many implicit objects in jsp
  ans:out,page,session,request,response,application,page context,config

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-381395-1-1.html 上篇帖子: 拿到 IBM GDC offer,可以考虑进去吗 下篇帖子: IBM大型机操作系统 学习笔记(3)
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表