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
231 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
217 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,229 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
227 views
0 votes
0 answers

what is automation engineering ?

Dec 6, 2023 in Others by Evanjalin
• 360 points
110 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
140 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
191 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
184 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
256 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
318 views
0 votes
0 answers

how to sort 2d array in java ?

Nov 29, 2023 in Java by Evanjalin
• 360 points
263 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
170 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
229 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
225 views
0 votes
0 answers

why so JavaScript and java have similar name

Nov 29, 2023 in Java by Priyanka
• 700 points
191 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
142 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
193 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
151 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
227 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
171 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
149 views
0 votes
0 answers

what are the characteristics of cloud computing

Nov 29, 2023 in AWS by Priyanka
• 700 points
111 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
182 views
0 votes
0 answers

how to create s3 bucket in aws

Nov 29, 2023 in AWS by Priyanka
• 700 points
96 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
94 views
0 votes
0 answers

what is ethical hacking course ?

Nov 29, 2023 in Cyber Security & Ethical Hacking by Evanjalin
• 360 points
77 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,177 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
198 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
181 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,067 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
333 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,700 points
18,691 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
227 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
257 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,267 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,458 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
307 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
343 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,634 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
300 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
310 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
632 views
0 votes
1 answer

How do I disable a Button in Flutter?

To disable a button in Flutter, you ...READ MORE

Mar 10, 2023 in Android by vinayak
10,693 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
229 views
0 votes
1 answer

Calculate Growth rate in Excel

In order to get the Average Annual ...READ MORE

Apr 4, 2022 in Database by gaurav
• 23,260 points
25,411 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
542 views
0 votes
0 answers

Marketing automation

What is marketing automation? READ MORE

Nov 6, 2023 in RPA by Arya
• 990 points
260 views
0 votes
0 answers

SQL query for distinct professors and courses

There is a database on instructors, departments, ...READ MORE

Aug 26, 2022 in Database by Kithuzzz
• 38,010 points
19,164 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
220 views
0 votes
1 answer

How to convert json data into array in Flutter?

To convert the JSON data into an ...READ MORE

Mar 31, 2023 in Flutter by seena
9,698 views