Чашечка Java
前往频道在 Telegram
Лучшие материалы по Java на русском и английском Разместить рекламу: @tproger_sales_bot Правила общения: https://tprg.ru/rules Другие каналы: @tproger_channels
显示更多8 554
订阅者
-424 小时
-197 天
-2530 天
帖子存档
8 554
Difference between Proxy and Decorator Pattern in Java
Hello guys, if you have gone through a couple of Java Developer interview then you may seen this question about Proxy and Decorator Pattern in Java. Earlier, I have share 18 Design Pattern questions and today, I am going to answer this tricky design pattern questions from Java interviews. I was first asked about difference between Proxy and Design Pattern in Java a couple of years back when I was interviewing for Senior Java developer interview on a big investment Bank and I wasn't able to impress interviewer with my answer, so I decided to learn more and this article is the result of that research. Though both Proxy and Decorator pattern looks very similar to each other structurally, there are some key differences between them like what problem them solve and how they are used in Java application.
Java Interview questions and tutorials
Read: http://www.java67.com/2017/12/difference-between-proxy-and-decorator.html
8 554
Top 20 Docker Interview Questions Answers Java Developers and DevOps
Hello guys, if you are preparing for a Java developer interview, a DevOps engineer interview or any software developer interview, one tool which should pay most attention is Docker. It's a container tool which allows you to package and deploy your application in cloud. Docker has many benefits as it not only standardized packaging and deployment but works nicely with Kubernetes which takes the scalability and automatic restart of your application. These are just a couple of benefits but because of all these, Docker has become an essential tool for every programmer and developer and that's why they are also quite important for interviews.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/08/docker-interview-questions-with-answers.html
8 554
Top 30 Gradle Interview Questions Answers for Experienced Java Developers
Hello guys, if you are preparing for Java or Kotlin developer interview where Gradle skills are needed then you should prepare for Gradle related questions. I have seen many interviewer asking Maven and Gradle related questions during interviews and many Java developer don't prepare them. But, considering you are looking for Gradle questions I think you are one step ahead of them and If you are looking for Gradle interview questions then you have come to the right place. Earlier, I have shared Maven Interview Questions and in this article, I am going to share Gradle interview questions for Java and Kotlin developers.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/08/gradle-interview-questions-with-answers.html
8 554
Top 24 Node.js Interview Questions with Answers for 1 to 2 Years Experienced Web Developers
Hello guys, if you are preparing for a JavaScript developer or web developer and
looking for common Node.js questions to prepare for interviews then you are at
right place. In the past, I have shared JavaScript interview questions,
React Questions, Angular Questions
and even
web development questions
and in this article, I am going to share frequently asked Node.js questions with
answers for interviews. Though Node.js is defined as a JavaScript
environment, it is widely considered as a backend framework. Since its inception
in 2008, Node.js has become a popular term in the server-side development
community. More and more companies are using Node.js for backend
development.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/02/nodejs-interview-questions-with-answers.html
8 554
[Solved] How to find the Longest common prefix in Array of String in Java? Example Tutorial
Hello guys, If you are preparing for technical interviews and wondering how to
solve the longest common prefix in a given array of String problems in Java then
you have come to the right place. Earlier, I have shared 21 String programming problems
and one of them was this one. In this article, I am going to show you how to
solve this frequently asked coding problem from Java Interviews. It's one of the
difficult coding problems and not every programmer I have interviewed has solved
this, only a few can solve this so preparing for this one can definitely improve
your chances and give you a competitive edge over other candidates.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/02/how-to-find-longest-common-prefix-in.html
8 554
How to check if a node exists in a binary tree or not in Java? Example Tutorial
Hello guys, if you are wondering how to check if a given node exists in a given binary tree or not then you have come to the right place. I have been sharing a lot of binary tree-based programming interview questions in the past few articles. Earlier, we have solved how to find the maximum sum level in a given binary tree, how to find the lowest common ancestor, and how to find Kth smallest element, and in his article, we will solve another classical binary tree problem of search nodes. Bug, before finding if a node exists in a binary tree or not. It is good to
understand what is a binary tree and binary search tree and how to solve a binary tree-based coding problem.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/02/how-to-check-if-node-exists-in-binary-tree-in-java.html
8 554
How to find Kth Smallest Element in a Binary Search Tree? [Solved]
Hello guys, I have been sharing binary search tree-based coding interview questions for quite some time. In the last article, we looked at how to find the maximum sum level in a given binary tree, and in this article, we will find the kth smallest number in a given binary tree like the 5th smallest or 3rd smallest number. Before we find the kth smallest in a Binary search tree, We need to understand
the binary search tree. A Binary tree is a data structure in which each node
can have at most two children. That is, each node in the binary tree will have
data, left child and right child. The first node of the tree is called the
Root.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/01/how-to-find-kth-smallest-element-in.html
8 554
How to find the maximum sum level in binary tree in Java? Example Tutorial
Hello guys, if you are preparing for a coding interview and wondering how to find the maximum sum level in a given binary tree in Java then you have come to the right place. I have been sharing binary tree coding problems for the last few months and in the past, we have seen questions like finding kth smallest elementand finding the lowest common ancestor of a binary tree in Java in this article, you will learn how to find the maximum sum level in a given binary tree of integers or numbers. But, before finding the maximum sum level of a binary tree in java, we need to have a good understanding of a binary search tree. Both theoretical knowledge and how to implement binary search tree in Java is important to solve tree-based coding problems.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/01/how-to-find-maximum-sum-level-in-given-binary-tree-java.html
8 554
10 Tools Every Software Engineer Should Learn In 2023
Hello guys, as a software engineer, staying up-to-date with the latest tools and
technologies is essential to your success and one way to keep yourself up-to-date is to learn new framework, libraries and tools. Earlier, I have shared 5 Java Frameworks to learn in 2023 and in this article, we will
introduce you to 10 tools that every software engineer should learn in
2023. The list includes, both essential and advanced tools from Git and Docker to TypeScript and GraphQL, which you will need in your day to day development, particularly on web development.
Java Interview questions and tutorials
Read: http://www.java67.com/2023/01/10-tools-every-software-engineer-learn.html
8 554
10 examples of crontab commands in Linux
Hello guys, if you are working in Linux or UNIX environment and scheduled any job or script to run at a particular time at everyday like a script to archive log files at midnight or a script to restart your app on Monday morning then you must have come across crontab commandin Linux. While there are many solution to schedule jobs in enterprise application like Control M from Bmc Software and AutoSys but the crontab command provides the easiest way to schedule any script in Linux, as you don't need any third party software for scheduling. It's also quite popular, so much so that all the jobs scheduled by crontab is called cron jobs, and that's why I think every developer should know about crontab command and how to use it.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/08/10-examples-of-crontab-commands-in-linux.html
8 554
Top 20 Ethical Hacking Interview Questions and Answers
Hello guys, if you are preparing for Ethical hacker job interview or want to become a Cyber Security expert and looking for common Ethical hacking interview questions then you have come to the right place. Earlier, I have shared Cyber Security Interview Questions and in this article, I am going to share popular Ethical Hacking Interview Questions with answers. If you have worked in the field of Ethical Hacking and Cyber Security then most likely you can answer all of these questions but if you struggle to answer any of these questions then you can always go back and join any of these best Ethical Hacking online courses to learn and revise key concepts, tooling, and techniques.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/06/ethical-hacking-interview-questions.html
8 554
Top 15 Machine Learning Interview Questions with Answers for 1 to 2 years Experienced
Hello guys, if you are preparing for Machine Learning interviews and looking
for frequently asked Machine Learning interview questions then you have come
to the right place. Earlier, I have shared the Data Science Interview Questions, best Machine learning courses, and essential ML algorithms
and In this article, I am going to share common Machine Learning questions
from interviews. To be honest, Machine Learning interview is not easy to
crack, there can be different types of questions on Machine Learning
interviews from key machine learning concepts like training the model to ask
different types of machine learning algorithms.
Java Interview questions and tutorials
Read: http://www.java67.com/2021/10/15-machine-learning-interview-questions.html
8 554
Top 10 C++ Interview Questions with Answers for 1 to 2 years Experienced
Today, for a change I am not sharing any Java interview questions, but I am sharing a few C++ interview questions. There is a good demand for developers who know both Java and C++, particularly in the investment banking domain, as a lot of high-performance applications like client connectivity, exchange connectivity, and order management systems (OMS) are written in C++. If you know both Java and C++ then you have a great chance to get a job in big investment banks like Barclays, Nomura, Deutsche Bank, and other Wall Street Firms.
Java Interview questions and tutorials
Read: http://www.java67.com/2019/04/top-10-c-interview-questions-and-answers.html
8 554
Top 50 Microsoft Software Development Engineer Interview Questions
Hello guys, if you are preparing for Microsoft Software Development Engineer interview or in general preparing for FAANG coding interviews and looking for common interview questions for practice then you have come to the right place. Earlier, I have shared best Coding interview courses and books and in this article, I am going to share you some of the frequently asked questions from Microsoft. Most of the things depending upon for which position you are going like technical analyst, software engineer, Java developer, web developer or internship. If you have a computer science degree and if your job involves coding then you can expect following questions, which are mainly collected from engineers who has appeared on on and off campus interviews.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/07/top-50-microsoft-software-development.html
8 554
CDK for Terraform Improves HCL Conversion and Terraform Cloud Interactions
HashiCorp has released a number of new improvements to the CDK for Terraform (CDKTF). These improvements include enhanced type coercion, iterators support, and function support. Other improvements target the experience of working with CDKTF within Terraform Cloud or Terraform Enterprise. This includes improvements to plan and apply and the automated creation of Terraform workspaces.
By Matt Campbell
Read: https://www.infoq.com/news/2023/04/cdk-terraform-convert/
8 554
Difference between child and descendent selectors in jQuery in CSS?
Main difference between descendant and child selector in jQuery or CSS is that descendant selector selects all dom elements whether they are its direct children or not, on the other hand child selector only select direct childrens. Its very easy to understand if you know meaning of descendant and child. For example, my daughter is both my child and descendant but my granddaughter is not my child but descendant. Same definition work in both CSS and jQuery world Since jQUery got his selector from CSS itself, any difference between descendant and child selector which is valid for CSS is also valid for jQuery, unless otherwise stated. Now, lets understand this in terms of DOM elements
Java Interview questions and tutorials
Read: http://www.java67.com/2023/04/difference-between-child-and-descendent.html
8 554
Top 12 Java NIO Interview Questions Answers for 5 to 10 Years Experienced Programmers
Hello guys, I have been sharing a lot of Java interview question in this blog and so far I have shared Java interview questions on Core Java, Collections, Java 8, Multithreading, design patterns, Garbage Collections, Spring Framework, Hibernate, SQL and many other topics, but I haven't share many questions on Java NIO, one of the most underrated topic for Java Interviews. Java NIO is very important not just for interviews but also for writing high-performance server side Java application. It is newer and better addition of Java IO and introduced for better performance reason.
Java Interview questions and tutorials
Read: http://www.java67.com/2020/04/top-10-java-io-and-nio-interview.html
8 554
Top 20 Access Modifier Interview Questions Answers for 2 to 3 Years Experienced Java Developers
Access modifiers is one of the essential concept in Java and every programmer
should be familiar with, and because of its importance, its also a popular
topic in Java interviews. Access modifier can be applied to class, method,
fields, and variables and as the name suggests they control the access. Like
who can access that particular class, method or variable. For example, public modifier
provides universal access which means any public class, method or variable is
accessible by everyone and everywhere. In other words, you can access a public
class both within the package and outside the package.
Java Interview questions and tutorials
Read: http://www.java67.com/2022/05/java-access-modifier-interview.html
8 554
Top 30 Advanced Java Interview Questions for Experienced Developers
Hello guys, I have shared a lot of questions from Java Interviews in this article, so much so that many of my reader search Javarevisited for any Java interview question they come across. While In the past, I have shared Java concurrency questions, Java collections questions, Java questions on design patterns, and many tricky Java questions but a lot of people asked me to share more practical questions for experienced Java developers. Means, more advanced Java questions for 5 to 7 and even 10 years of experienced Java developers.
Java Interview questions and tutorials
Read: http://www.java67.com/2023/01/advanced-java-interview-questions-for.html
现已上线!2025 年 Telegram 研究 — 年度关键洞察 
