Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Recent questions tagged code
Home
Tag
code
0
votes
In the following Python code snippet, what is the purpose of the `skip_special_tokens=True` argument?
asked
Jun 13
in
Generative AI
by
rajeshsharma
python
code
snippet
0
votes
Consider the following Python code snippet:
asked
Jun 13
in
Generative AI
by
rajeshsharma
python
code
snippet
0
votes
Which of the following is used to create code formatters in Node.js?
asked
May 31
in
NodeJS Essentials
by
rajeshsharma
create
code
formatters
0
votes
What is the output of the following code snippet?
asked
May 12
in
JAVA
by
rahuljain1
code
snippet
0
votes
What is the output of the following code in java
asked
Apr 24
in
JAVA
by
Robin
java
code
0
votes
What is the output of the following codejava
asked
Apr 24
in
JAVA
by
Robin
java
code
0
votes
What is the output of the following code?
asked
Apr 24
in
JAVA
by
Robin
java
code
0
votes
Which of the following is a valid Nagios plugin return code?
asked
Apr 12
in
Nagios
by
rajeshsharma
nagios
plugin
return
code
0
votes
Which Gradle task is used to compile Java source code?
asked
Mar 27
in
Gradle
by
rajeshsharma
compile
java
source
code
0
votes
If we configure the app icon for our Android code of this Flutter application. The icon of our iOS code for the same Flutter application will be inserted automatically.
asked
May 17, 2023
in
Flutter
by
Robin
android
code
flutter
application
0
votes
What does a fine SQL code shows?
asked
May 1, 2023
in
DB2
by
Robin
sql
code
0
votes
What will be the output of the following Javascript code?var string1 = "Letsfindcourse"; var intvalue = 30; alert( string1 + intvalue );
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascfript
code
0
votes
If para1 is the DOM object for a paragraph, what is the correct syntax to change the text within the paragraph?
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
0
votes
Syntax for creating a RegExp object: 1. var txt=new RegExp(pattern,attributes); 2. var txt=/pattern/attributes; Which of the above mentioned syntax will correct?
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
0
votes
Which of the following is true?
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
0
votes
What if we put ++ operator inside if condition? find the output of below code <script> var a = 10; if(a == a++) document.write(a); </script>
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
0
votes
What is the output of below Javascript code? alert (typeof new Date() );
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
0
votes
Find output of below Javascript addition code document.write("1 plus 1 is " + 1 + 1);
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
0
votes
How ++ works in Javascript? Find output of below Javascript code.
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
operator
0
votes
What is the output of following Javascript? var a = 'letsfind'; var b = 'course'; var c = a/b; document.write(c);
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
Page:
1
2
3
next »
...