`
bo521dai
  • 浏览: 19511 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

Java Interview question 面试题

 
阅读更多

What if the static modifier is removed from the signature of the main method?

Or

What if I do not provide the String array as the argument to the method?

Program compiles. But at runtime throws an error “NoSuchMethodError”.

 

Why oracle Type 4 driver is named as oracle thin driver?

Oracle provides a Type 4 JDBC driver, referred to as the Oracle “thin” driver. This driver includes its own implementation of a TCP/IP version of Oracle’s Net8 written entirely in Java, so it is platform independent, can be downloaded to a browser at runtime, and does not require any Oracle software on the client side. This driver requires a TCP/IP listener on the server side, and the client connection string uses the TCP/IP port address, not the TNSNAMES entry for the database name.

 

What is the difference between final, finally and finalize? What do you understand by the java final keyword?

final - declare constant
finally - handles exception
finalize - helps in garbage collection

Variables defined in an interface are implicitly final. A final class can’t be extended i.e., final class may not be subclassed. This is done for security reasons with basic classes like String and Integer. It also allows the compiler to make some optimizations, and makes thread safety a little easier to achieve. A final method can’t be overridden when its class is inherited. You can’t change value of a final variable (is a constant). finalize() method is used just before an object is destroyed and garbage collected. finally, a key word used in exception handling and will be executed whether or not an exception is thrown. For example, closing of open connections is done in the finally method.

 

What is the GregorianCalendar class?

The GregorianCalendar provides support for traditional Western calendars.

What is the SimpleTimeZone class?

The SimpleTimeZone class provides support for a Gregorian calendar.

 

 

分享到:
评论

相关推荐

    【java面试题】100IT名企java面试必考面试题 Java Interview Question

    【java面试题】100IT名企java面试必考面试题 (Java Interview Question 100 IT Enterprise Java Compulsory Interview Question) 【java面试题】100IT名企java面试必考面试题 (Java Interview Question 100 IT ...

    java interview question

    Java面试题中通常会包括基础概念题和程序题。基础概念题涵盖Java的核心概念,如封装、多态等;程序题则考察面试者对Java语法的掌握,以及解决实际问题的能力。 ### 静态关键字Static static关键字用于修饰类的成员...

    java笔试面试题-Java-Interview-Question:Gitbook:Java面试题

    笔试面试题 Java 面试笔记 这本书其实是我的一本笔记 (还在整理中). 我是也是刚找到工作. 这本笔记主要记录了我之前面试遇到的问题以及我在网上整理的一些资料 主要是面向 junior 级别的 就是我们这些小菜鸟啦 ~ ...

    高级java工程师笔试题-New-Interview-question:新面试题

    高级java工程师笔试题精彩访谈 技术面试问题列表的精选列表。 如果你想贡献,请阅读 或 。 查看我的或 . 目录 编程语言/框架/平台 安卓 . AngularJS 角 主干JS C++ C C# 。网 Clojure CSS Cucumber 姜戈 码头工人 ...

    wordcount-interview-question:Java面试题

    FICO-TONBELLER 面试问题:字数统计这是什么? 这是一个小型 Java 程序,用于计算文本文件中的字数。 然而,不幸的是,它不是很好! 多可惜。你想要我做什么? 花一两个小时做一些改进,然后将文件夹压缩并发送给您...

    面试题

    Raymond hond-GCT-java.xlsx Raymond hong's interview question.docx 博文链接:https://dongqiang1989-126-com.iteye.com/blog/1840443

    java蔬菜管理系统源码-Java-Interview-Question:Java-面试-问题

    java蔬菜管理系统源码Java面试题 当您有更好的答案或我犯了任何错误时,请随时向我发送请求请求。 模拟测试 1 1-10 1. JDK 和 JRE 有什么区别? JDK 是 Java 开发工具包,包括 JRE 和开发工具,如编译器和调试器 JRE...

    java关于字符串拼接的笔试题-frontend-interview-question:前端面试问题和答案

    关于java习惯的笔试题前端面试问题 前端面试问题和答案 字谜程序? function anagrams(stringA, stringB) { /*First, we remove any non-alphabet character using regex and convert convert the strings to ...

    高级java工程师笔试题-All-Language-Interview-Question-:所有编程语言面试问答详解

    高级java工程师笔试题全语言-面试-问题- 所有编程语言面试问答详解 作者 拉玛尼·希特什 iOS 开发者 Gmail:- 精彩访谈 请阅读 或 如果您想贡献。 目录 编程语言/框架/平台 安卓 AngularJS 角 主干JS C++ C C# 。网...

    interview-question

    面试题 更新challenge1/src文件夹中的源文件,使challenge1/test文件夹中的JUnit 4 测试通过。 蚀 工作区包含 Eclipse 项目challenge1和deps 。 您需要将这两个项目都导入 Eclipse,以便 Java 文件能够被 copmile。 ...

    高级java笔试题-Algorithms-java:2019年秋招互联网公司JAVA笔试题总结+leetcode按算法与数据结构类型总结+ja

    互联网公司JAVA笔试题总结+leetcode按算法与数据结构类型总结+java面试知识(包括高并发知识) 写个简短的readme方便阅读吧,希望能帮助到一些人~~~ 目录结构 com.company包下的基本是按照公司名字进行分类的笔试题...

    leetcode题库-InterviewRecord:采访记录

    interview question leetcode以及常见算法题目 数据库DataBase Linux系统 操作系统的话,主要是分为计算机操作系统和Linux平台来复习吧 操作系统基础复习 工具GIT 分布式系统学习 Java语言基础 面试经历总结

    leetcode知乎-Leetcode-Java:Leetcode苦行僧

    interview)的程式码偶尔也会放一些跟java开发相关的code在Other目录 該Readme會與hackmd上的筆記進行同步 https://hackmd.io/G_mtZGV6R7KnMZ2hv4D5Hg 准备方式 开始刷题日期2019年12/4号开始看了上面牛人们解题的...

Global site tag (gtag.js) - Google Analytics