Trending questions in Edureka Community

0 votes
1 answer

Using Jquery Ajax to retrieve data from Mysql

You forgot the table tag Write echo"<table>" before ...READ MORE

Dec 30, 2022 in Web Development by anonymous

edited Mar 5, 2025 25,073 views
0 votes
2 answers

How to change the application launcher icon on Flutter? Ask Question

how to change the app icon in ...READ MORE

Nov 29, 2023 in Android by anonymous
12,412 views
0 votes
0 answers

how to submit the assignment where we pushed the project to github

hi for devops course - git basic module, ...READ MORE

Apr 16, 2024 in DevOps & Agile by Avinash

edited Mar 5, 2025 451 views
0 votes
5 answers

How to use JavaScript in selenium to click an Element?

WebElement element = driver.findElement(By.id("id")); JavascriptExe ...READ MORE

Aug 31, 2020 in Selenium by Sri
• 3,190 points
73,943 views
0 votes
0 answers

How to check if array is empty in laravel

I'm retrieving data using the get() method ...READ MORE

Apr 7, 2024 in Others by yogigurjar
• 100 points

edited Mar 5, 2025 759 views
0 votes
1 answer

How do you count if a cell contains partial text in Excel?

With Formulas, Countif Partial String/Substring Match We can ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,580 points
32,667 views
0 votes
0 answers

I want to move to Devops role.

I am currently working as an Automation ...READ MORE

Mar 30, 2024 in Ask us Anything! by anonymous

edited Mar 5, 2025 1,059 views
0 votes
1 answer

The connection to the server localhost:8080 was refused - did you specify the right host or port?

Hi@akhtar, You may get this error if Kubectl ...READ MORE

Jun 6, 2020 in Kubernetes by MD
• 95,460 points
42,976 views
0 votes
1 answer

How to check if a file already exists or not in R?

Check out file.exists() function!! The function file.exists() returns a ...READ MORE

Oct 29, 2019 in Data Analytics by Cherukuri
• 33,050 points
70,865 views
0 votes
1 answer

What does c do in R?

The c function in R programming usually stands ...READ MORE

Jun 1, 2022 in Data Science by Sohail
• 3,040 points

edited Nov 28, 2023 by Soumya 29,614 views
0 votes
0 answers

how is devops course?

test devops test devops READ MORE

Apr 9, 2024 in DevOps & Agile by sdvgsv
• 100 points

edited Mar 5, 2025 362 views
0 votes
2 answers

How do i move jenkins from one server to another?

use job import portal in jenkins, you ...READ MORE

Jul 6, 2022 in Jenkins by anonymous

edited Mar 5, 2025 54,769 views
0 votes
0 answers

resume editor is not avaliable

Hi Team, Earlier, I used the below link ...READ MORE

Mar 29, 2024 in Others by Selva
• 120 points

edited Mar 5, 2025 780 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
7,622 views
0 votes
1 answer

Excel number formatting thousands is not working

Follow these steps: 1- choose cells you want ...READ MORE

Feb 16, 2023 in Others by Kithuzzz
• 38,000 points
18,078 views
0 votes
0 answers

How to download submitted assignment

Hi, How to download submitted assignment from website. READ MORE

Mar 2, 2024 in Selenium by anonymous

edited Mar 5, 2025 1,698 views
+1 vote
8 answers

How to print the contents of RDD in Apache Spark?

Save it to a text file: line.saveAsTextFile("alicia.txt") Print contains ...READ MORE

Dec 10, 2018 in Apache Spark by Akshay
66,022 views
0 votes
1 answer

flutter remove back button on appbar

You can remove the back button from ...READ MORE

Mar 10, 2023 in Android by vinayak
17,076 views
0 votes
1 answer

When the keyboard appears, the Flutter widgets resize. How to prevent this?

This is a common issue in Flutter ...READ MORE

Mar 18, 2023 in Android by vinayak
16,864 views
0 votes
1 answer

How to store values from foreach loop into an array?

sfsf gf fgfgf fhfh READ MORE

Nov 10, 2023 in PHP by anonymous

edited Mar 5, 2025 31,565 views
0 votes
0 answers

i have subscribed cource but not shared lab access?

i have subscribed cource but not shared ...READ MORE

Mar 26, 2024 in Azure by Venkatesan

edited Mar 5, 2025 525 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,360 points
6,795 views
0 votes
1 answer

CSS filter: make color image with transparency white

You can use filter: brightness(0) invert(1); READ MORE

Jun 28, 2022 in CSS by Edureka
• 12,730 points
28,023 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
15,874 views
0 votes
0 answers

What is VNet in azure?

Feb 19, 2024 in Azure by Maria
• 700 points
1,386 views
0 votes
1 answer

How many endpoints are there in the Azure traffic manager?

Traffic Manager supports three types of endpoint: Azure ...READ MORE

Feb 19, 2024 in Azure by Sanjay
2,126 views
0 votes
0 answers

What is NSG in Azure?

Feb 19, 2024 in Azure by Maria
• 700 points
1,370 views
0 votes
1 answer

What is ADF in Azure?

ADF stands for Azure Data Factory, which ...READ MORE

Feb 19, 2024 in Azure by Preetha
2,053 views
0 votes
1 answer

Sum of prime numbers from m to n in python

def is_prime(number):     if number < 2:         return False     for i ...READ MORE

Jan 5, 2024 in Python by Ali
4,113 views
0 votes
0 answers

what is computer security system?

Mar 1, 2024 in Others by Priyanka
• 4,380 points
1,202 views
0 votes
1 answer

what best describes angularjs?

AngularJS is best described as an open-source ...READ MORE

Mar 1, 2024 in Web Development by Harshit Roy
1,152 views
0 votes
1 answer

what is attack in cyber security

An "attack" or threat in cybersecurity refers ...READ MORE

Mar 1, 2024 in Cyber Security & Ethical Hacking by Roy
1,308 views
0 votes
0 answers

how to do hacking course?

Mar 1, 2024 in Others by Priyanka
• 4,380 points
1,134 views
0 votes
1 answer

How to take character input in Java?

In Java, you can take character input ...READ MORE

Oct 19, 2023 in Java by anonymous
• 3,360 points

edited Oct 19, 2023 by anonymous 6,891 views
0 votes
1 answer

what is risk in cyber security?

In the context of cybersecurity, risk is ...READ MORE

Mar 1, 2024 in Cyber Security & Ethical Hacking by Shubh Saxena
1,195 views
0 votes
1 answer

Understanding the probability of a double-six if i roll two dice

The chance of not getting a double ...READ MORE

Mar 23, 2022 in Machine Learning by Nandini
• 5,480 points
31,708 views
0 votes
1 answer

what is a benefit of using cloud computing in networking

Unmatched scalability and flexibility are provided by ...READ MORE

Mar 1, 2024 in Cloud Computing by Chiranjeev Choudhary
1,117 views
0 votes
1 answer

How do I use hexadecimal color strings in Flutter?

To use a hexadecimal color string in ...READ MORE

Mar 1, 2023 in Android by vishalini
16,750 views
0 votes
0 answers

what is intelligent automation ?

Feb 19, 2024 in Data Science by Evanjalin
• 36,180 points
1,160 views
0 votes
0 answers

what is functional component in react?

Mar 1, 2024 in Web Development by Priyanka
• 4,380 points
910 views
0 votes
0 answers

what is a 360 degree view in salesforce?

Mar 1, 2024 in SalesForce by Priyanka
• 4,380 points
868 views
+1 vote
1 answer

"msg": "Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this.

Hi@akhtar, You are getting this error because when ...READ MORE

Aug 1, 2020 in Ansible by MD
• 95,460 points
39,123 views
0 votes
0 answers

what is omni channel in salesforce?

Mar 1, 2024 in SalesForce by Priyanka
• 4,380 points
833 views
0 votes
0 answers

What is automation in computer?

What is automation in computer? READ MORE

Feb 2, 2024 in Others by Hoor
• 4,690 points
1,572 views
0 votes
0 answers

What is SOA in Cloud Computing?

Feb 19, 2024 in Cloud Computing by Maria
• 700 points
859 views
0 votes
1 answer

How to find password of a wifi using ubuntu 18.06?

To hack a wifi password using ubuntu: You ...READ MORE

Apr 24, 2020 in Cyber Security & Ethical Hacking by Kim

edited Oct 6, 2021 by Sarfaraz 42,816 views
0 votes
0 answers

hadoop cluster Unable to start standby Namenode

we have HDP Hadoop cluster with two ...READ MORE

Feb 4, 2024 in Big Data Hadoop by koko

edited Mar 5, 2025 1,904 views
0 votes
0 answers

hadoop cluster + Unable to start standby Namenode

we have HDP Hadoop cluster with two ...READ MORE

Feb 4, 2024 in Big Data Hadoop by anonymous

edited Mar 5, 2025 1,878 views
0 votes
0 answers

what is the number one concern about cloud computing

Mar 1, 2024 in Cloud Computing by Priyanka
• 4,380 points
745 views
0 votes
0 answers

how to learn react

Feb 23, 2024 in Web Development by Priyanka
• 4,380 points
860 views