Corsi
Corsi
Compilatore di codice
Compilatore di codice
Discuti
Prezzi
Squadre
Accedi
Registrati
Menu
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
In Java when we add two byte no.then why it gives error incompatible type
ajax
c++
html
java
javascript
1 Voto
4 Risposte
3rd Sep 2017, 7:17 AM
mohit thakor
Why answer is -2?
byte
1 Voto
1 Risposta
28th Nov 2017, 9:53 AM
chinmoy borah
Can't we do the calculation in "byte"? (How to get the answer in byte??)
byte
java
5 Voti
3 Risposte
2nd Jul 2020, 2:35 PM
K.Suhanya
Why java is called platform independent while it need jvm for running their byte code.?
java
1 Voto
8 Risposte
6th Feb 2017, 3:10 PM
Aditya Sharma
Read 4 Byte floating point numbers file and save it as decimal numbers c++
c++
files
1 Voto
1 Risposta
18th Jul 2018, 4:18 PM
Khaled
What datatype to use to store 1 byte of number data in C/C++
c
c++
data-types
numbers
variables
0 Voti
1 Risposta
29th Jun 2022, 1:47 PM
BardOfGayyraDOS
I want to store byte data. Is it OK to use files without extension for it?
byte
bytes
data
extension
file
files
2 Voti
3 Risposte
4th Aug 2020, 3:54 PM
Seb TheS
Are we allow to multiply byte sized number to word sized number in assembly language?
assembly
c
java
0 Voti
2 Risposte
31st Mar 2022, 7:14 PM
Pxlr
Why does this code give an error if a byte contains -128 and 127 characters?
byte
error
java
0 Voti
2 Risposte
18th Mar 2019, 5:15 AM
BestMordeEUW
How do we convert byte equivalent of an integer value to its original integer value in java?
java
type-conversion
1 Voto
5 Risposte
16th Feb 2017, 9:15 AM
Ratnadeep Dey
C#How can I take the hex value from a user and plug it into a byte array?
c#
0 Voti
5 Risposte
5th Jan 2019, 2:19 AM
Karzan
What does byte mean when it says that float has 4 bytes and double has 8 bytes?
c++
code
0 Voti
3 Risposte
7th Feb 2020, 11:24 AM
Odnantiev
How to solve
address
byte
sequence
11 Voti
4 Risposte
14th Mar 2018, 7:23 AM
Dilhara Abeysinghe
What did the... [Joke]
byte
joke
programming
15 Voti
3 Risposte
6th Apr 2017, 5:18 PM
Brandon Baldwin
Why there are no every types of variables in Java, like short, byte etc?
data-types
java
0 Voti
1 Risposta
7th Aug 2016, 9:14 PM
Bartosz Porębski
How to convert mp3 file to its byte array and then back to mp3 file in Java.
bytearray-to-mp3.
java
mp3-to-bytearray
steganography
1 Voto
1 Risposta
11th Sep 2021, 1:30 PM
Himanshu Sajwan
Why getting compile error "cannot convert from ing to byte " in this code ? :-
byte
code
core
error
java
0 Voti
3 Risposte
13th Feb 2018, 5:48 AM
Prashant Kumar
Sure java program is interpreted by jvm with Bytecode, but how does the byte code look like.
comments
java
response
sololearn
3 Voti
1 Risposta
13th Jan 2017, 5:36 PM
Sachin Vakkund
Is byte code and machine level language is same?If it is ,then what is the use of JVM?
api
java
0 Voti
3 Risposte
28th Jul 2018, 4:45 PM
Indu Devarashetty
What are the maximum and minimum values accepted by the following data types (Kotlin): Double, Float, Long, Int, Short, Byte
.kt
data-types
kotlin
numbers
syntax
1 Voto
3 Risposte
14th Sep 2020, 9:20 PM
dign_code
What is exactly is a bit or byte?
bit
byte
data-types
6 Voti
3 Risposte
27th Mar 2017, 6:30 PM
Martin Möhle
Why the size of empty class is 1 byte but the size of empty structure is 0 bytes
c++
classes
objects
sizeof
struct
1 Voto
3 Risposte
8th Jan 2017, 5:36 AM
Saksham Jain
When we assign byte value as 130 in java then it gives -126 why this result is come? I don't understand..
java
1 Voto
3 Risposte
24th Aug 2019, 3:52 PM
Akshay Harshora
[SOLVED] Question about string in C.
byte
c
data-types
sizeof
strings
13 Voti
9 Risposte
6th Apr 2019, 1:18 PM
🇮🇳Omkar🕉
Write a program that can print characters correspond to the least significant byte of an integer variable without using loops
c
0 Voti
4 Risposte
13th May 2021, 5:16 AM
Sanket Athawale
Why this code shows error and please explains it to me?
byte
casting
error
java
2 Voti
8 Risposte
4th Jul 2018, 4:56 PM
Prince Raj
[help] i have set the size of character array 2 byte then how can it store more than 2 byte???
c++
1 Voto
2 Risposte
6th Nov 2019, 7:52 AM
Sami
What is a Long in NextLong , Short in NextShort , Float in NextFloat and Byte in NextByte ????
in
input
java
user
1 Voto
1 Risposta
18th Nov 2019, 12:22 PM
Mamta singh
Why this code shows Error?
byte
java
operators
1 Voto
2 Risposte
27th Jul 2019, 7:12 AM
Amir01
Why is my simple 3-line displayimg error?
byte
int
java
1 Voto
2 Risposte
22nd Feb 2020, 3:02 PM
Yuvraj Singh
How to convert mp4 or any video file to its byte array and then back to video file in Java.
bytearray-to-video.
java
video-to-byte_array.
videosteganography
1 Voto
1 Risposta
14th Sep 2021, 3:31 PM
Himanshu Sajwan
Java is said to be platform independent because of its byte code which runs on any os only by class file without source code??
bytecode
classfile
java
javafeatures
platformindependence
2 Voti
3 Risposte
8th Jul 2019, 4:40 PM
Aditya
Java is said to be platform independent BUT the interpreter for each OS to tackle java byte code should be different.
java
1 Voto
3 Risposte
4th Oct 2017, 11:59 AM
Nilesh Tanwar
Swap 2 Nibbles in a byte & find the output of the swapped Nibbles after converting a Decimal Number to a Binary Number.
javascript
python3
0 Voti
2 Risposte
23rd Jan 2020, 3:22 PM
Prithvi
Why is the size of an empty class 1 byte?
byte
c++
class
empty
size
sizeof
9 Voti
4 Risposte
23rd Nov 2019, 5:48 AM
Sonic
Can somebody explain to me what is the difference between binary code and byte code . Is this two are same or not?
c++
java
2 Voti
2 Risposte
28th Nov 2017, 2:40 PM
Ceejay
Can somebody explain please, why this code gives an error, and what should one do to fix it, except to use int...
addition
byte
error
java
2 Voti
4 Risposte
2nd Jul 2017, 11:57 PM
Serhii Trachuk
Good evening . . how can I run android studio on my laptop with 4 Giga Byte ram from setting without weak performance . . ???
android
java
0 Voti
5 Risposte
17th Apr 2017, 9:34 PM
ali mannoun
Why is this not working?
byte
image
openfile
python
python3
0 Voti
6 Risposte
28th Jul 2021, 6:07 AM
Harsha S
Why it is -126?
byte
explaination
help
java
me
8 Voti
1 Risposta
28th Dec 2017, 1:25 PM
Muhd Khairul Amirin
What is wrong? 1) int x = 5/2.0; 2) byte b = 50; b = 2*b; 3) int x = 10; float f = 2.0*x;
error
java
operators
strings
wrong
0 Voti
1 Risposta
16th Feb 2021, 5:14 PM
Alrabab Saeed
Why bool is of size 1 byte ...and its only 1 or 0 so how its size became 1 bytes not 1 bit..???
bit
memory
0 Voti
1 Risposta
24th Nov 2016, 5:05 AM
Ramakant Vishwakarma
Why is a signed byte's lowest value -128?
bits
byte
data-types
signed-magnitude
values
0 Voti
3 Risposte
26th Feb 2020, 3:05 AM
Odyel
How is time usually stored?
byte
bytes
storage
time
1 Voto
1 Risposta
31st Jan 2019, 5:08 PM
Caleb Hale
how is address of verable saved?
address
bit
byte
memory
0 Voti
1 Risposta
28th Jul 2020, 4:21 AM
Mmk
Types range
byte
java
range
variable
0 Voti
1 Risposta
3rd Mar 2018, 3:58 PM
sal sal
How does the AudioInputStream.read(byte[] b) function work?
arrays
byte
java
javax
javax.sound.sampled
0 Voti
3 Risposte
1st Sep 2018, 5:54 PM
Johann Leis
I'm using Python 3.7, 32 bit on Windows 10, 64 bit, is it discouraged?
bit
byte
dumb_fat_giant
idle
install
python
risk
windows
1 Voto
6 Risposte
29th Dec 2019, 4:59 PM
Seb TheS
Hey, I got a doubt. 🥺🙏 What does colon (:) mean in structures? In below program what is colon (:) doing? (Check description)
bit
bits
byte
c
c++
colon
sizeof
structure
typedef
1 Voto
3 Risposte
24th Jan 2021, 8:16 AM
Mahima Rajvir Singh
Enum,private,finale
byte
c#
enum
finale
java
long
private
understanding
4 Voti
4 Risposte
18th Sep 2017, 10:06 PM
Elsayed Salama
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
2
Successivo >
Popolare oggi
Is it possible to convert .zip file to apk? If yes, how??
1 Votes
Pointers cpp
2 Votes
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
0 Votes
Why can’t I use double “ in python?
0 Votes
Is pro worth the money ?
1 Votes
2 cases not correct what's the problem
1 Votes
Drawing images in java
2 Votes
Need Guidance: AI Tools for Creating an App Prototype & UI/UX Design
1 Votes
You’re free to give me your advice! 🚨
0 Votes