Trending questions in Edureka Community

0 votes
1 answer

How to convert decimal to binary in java?

In Java, you can convert a decimal ...READ MORE

Dec 13, 2023 in Java by John
218 views
0 votes
1 answer

How to reverse a string in java word by word?

Here is the code to reverse a ...READ MORE

Dec 13, 2023 in Java by Anu
211 views
0 votes
1 answer

What is react component?

What is a react component? A React component ...READ MORE

Dec 4, 2023 in Web Development by Megha
• 180 points
220 views
0 votes
0 answers

what is automation engineering ?

Dec 6, 2023 in Others by Evanjalin
• 360 points
108 views
0 votes
1 answer

Convert GMT to IST (India Standard Time) using javascript?

You can specify an IANA time zone ...READ MORE

Nov 7, 2022 in Java by Damonlang
• 700 points
17,102 views
0 votes
2 answers

What is React JS used for?

ReactJS is used for building user interfaces, ...READ MORE

Dec 6, 2023 in Web Development by Kalidas
134 views
0 votes
1 answer

What is ecs in aws?

ECS stands for Amazon Elastic Container Service. ...READ MORE

Dec 4, 2023 in AWS by Shibu
187 views
0 votes
1 answer

What is DTU in Azure?

In the context of Microsoft Azure, DTU ...READ MORE

Dec 4, 2023 in Azure by Kalidas
174 views
0 votes
1 answer

What are two characteristics of the public cloud?

Two key characteristics of the public cloud, ...READ MORE

Nov 30, 2023 in Cloud Computing by anonymous
• 3,320 points
236 views
0 votes
1 answer

What is dynamic method dispatch in Java?

Dynamic Method Dispatch is a fundamental concept ...READ MORE

Nov 29, 2023 in Java by anonymous
• 3,320 points
302 views
0 votes
0 answers

how to sort 2d array in java ?

Nov 29, 2023 in Java by Evanjalin
• 360 points
252 views
0 votes
1 answer

How does cloud computing work?

Cloud computing is a technology that allows ...READ MORE

Nov 30, 2023 in Cloud Computing by anonymous
• 3,320 points
167 views
0 votes
1 answer

What is selenium grid?

Selenium Grid is an integral part of ...READ MORE

Nov 29, 2023 in Selenium by anonymous
• 3,320 points
221 views
0 votes
1 answer

Why Java is not pure object oriented?

Java is often described as not being ...READ MORE

Nov 29, 2023 in Java by anonymous
• 3,320 points
219 views
0 votes
1 answer

What are the cloud application security issues?

Cloud application security issues refer to the ...READ MORE

Nov 30, 2023 in Cloud Computing by anonymous
• 3,320 points
138 views
0 votes
0 answers

why so JavaScript and java have similar name

Nov 29, 2023 in Java by Priyanka
• 700 points
176 views
0 votes
1 answer

Why java is called platform independent?

Java is often referred to as a ...READ MORE

Nov 29, 2023 in Java by anonymous
• 3,320 points
190 views
0 votes
0 answers

how to compile java code in command prompt

how to compile java code in command ...READ MORE

Nov 29, 2023 in Java by Priyanka
• 700 points
142 views
0 votes
1 answer

Who uses aws?

Well, AWS is utilized worldwide by businesses, ...READ MORE

Nov 29, 2023 in Cloud Computing by Sona
214 views
0 votes
1 answer

How much time it takes to learn Java?

Learning Java, like any programming language, can ...READ MORE

Nov 29, 2023 in Java by anonymous
• 3,320 points
164 views
0 votes
1 answer

What is a salesforce MVP?

A Salesforce MVP is an award and ...READ MORE

Nov 29, 2023 in SalesForce by anonymous
• 3,320 points
142 views
0 votes
0 answers

what are the characteristics of cloud computing

Nov 29, 2023 in AWS by Priyanka
• 700 points
107 views
0 votes
1 answer

What is the default priority of a thread in java?

By default, in Java, when a thread ...READ MORE

Nov 29, 2023 in Java by Zoya
180 views
0 votes
0 answers

how to create s3 bucket in aws

Nov 29, 2023 in AWS by Priyanka
• 700 points
92 views
0 votes
0 answers

how many buckets can you create in aws by default

how many buckets can you create in ...READ MORE

Nov 29, 2023 in AWS by Priyanka
• 700 points
88 views
0 votes
0 answers

what is ethical hacking course ?

Nov 29, 2023 in Cyber Security & Ethical Hacking by Evanjalin
• 360 points
73 views
0 votes
1 answer

what is data center in cloud computing?

A data center in cloud computing is ...READ MORE

Nov 24, 2023 in Cloud Computing by Anu
186 views
0 votes
1 answer

how to get ascii value of char in java

In Java, you can get the ASCII ...READ MORE

Nov 24, 2023 in Java by Zoya
177 views
0 votes
1 answer

How to find an element in Pandas Dataframe?

You can do it like this: Suppose df is ...READ MORE

Apr 8, 2019 in Python by Tina
73,096 views
0 votes
1 answer

What is an example of agility in the aws cloud?

In AWS, agility means quickly adjusting how ...READ MORE

Nov 20, 2023 in Cloud Computing by Diya
319 views
0 votes
1 answer

What is truncation in Java?

In Java, truncation refers to the process ...READ MORE

Nov 2, 2023 in Java by anonymous
• 3,320 points
1,011 views
0 votes
2 answers

What is the most important feature of java?

The most important feature of Java is ...READ MORE

Nov 29, 2023 in Java by anonymous
• 3,320 points
224 views
0 votes
1 answer

how to become a cloud engineer?

Master the fundamentals and enroll in online ...READ MORE

Nov 20, 2023 in Cloud Computing by Vani
253 views
0 votes
1 answer

Using Jquery Ajax to retrieve data from Mysql

Perform a AJAX GET request to get ...READ MORE

Jun 23, 2022 in Web Development by rajatha
• 7,680 points
22,217 views
0 votes
1 answer

SQL query - Dept and Employee table, some departments may not have managers

Yes, even though I like using JOINs, ...READ MORE

Sep 16, 2022 in Database by narikkadan
• 63,620 points
18,565 views
0 votes
1 answer

what is the extension of compiled java classes?

The extension of compiled Java classes is ...READ MORE

Oct 17, 2023 in Java by anonymous
• 520 points
1,346 views
0 votes
1 answer

what is j2ee in java

J2EE (Java 2 Platform, Enterprise Edition) is ...READ MORE

Nov 10, 2023 in Java by John
299 views
0 votes
1 answer

How to run applet program in java?

Running an applet program in Java has ...READ MORE

Nov 9, 2023 in Java by anonymous
• 3,320 points
333 views
+1 vote
4 answers

Python: convert txt file to csv format with rows and columns

Python will read data from a text ...READ MORE

Dec 14, 2020 in Python by Gitika
• 65,910 points
56,614 views
0 votes
1 answer

How to handle dropdown in Selenium?

Handling dropdown menus in Selenium WebDriver can ...READ MORE

Nov 9, 2023 in Selenium by anonymous
• 3,320 points
290 views
0 votes
0 answers

robotic process automation

How does robotic process automation differ from ...READ MORE

Nov 6, 2023 in RPA by Arya
• 990 points
302 views
0 votes
1 answer

what is diamond problem in java

The diamond problem in Java happens when ...READ MORE

Nov 10, 2023 in Java by Priya
221 views
0 votes
1 answer

How to download minecraft java edition?

Downloading Minecraft: Java Edition is a straightforward ...READ MORE

Oct 30, 2023 in Java by anonymous
• 3,320 points
617 views
0 votes
0 answers

Marketing automation

What is marketing automation? READ MORE

Nov 6, 2023 in RPA by Arya
• 990 points
254 views
0 votes
1 answer

How to download eclipse for java?

Downloading Eclipse for Java development is a ...READ MORE

Nov 9, 2023 in Java by anonymous
• 3,320 points
215 views
0 votes
1 answer

How many ways to create object in java?

In Java, there are several methodologies to ...READ MORE

Nov 9, 2023 in Java by anonymous
• 3,320 points
204 views
0 votes
1 answer

How does a cloud-first strategy help clients?

A cloud-first strategy, where businesses prioritize the ...READ MORE

Nov 9, 2023 in Cloud Computing by anonymous
• 3,320 points
200 views
0 votes
0 answers

pure component in react

What is a pure component in React ...READ MORE

Nov 6, 2023 in Others by Arya
• 990 points
215 views
0 votes
1 answer

How to check java version in linux?

Checking your Java version on a Linux ...READ MORE

Nov 2, 2023 in Java by anonymous
480 views
0 votes
0 answers

Profile in salesforce

What is profile in salesforce? READ MORE

Nov 6, 2023 in SalesForce by Arya
• 990 points
194 views