Community of 🇪🇹 developers to showcase their projects If you have questions or suggestions message @CodeNightBot ▶️ Project playlist - https://bit.ly/codenight-yt
You're right phi and Mejid but it's on another perspective not fully understanding the points.
If am wrong I will try to improve nothing bothers me
I'll try to understand both of yours point I mean it's same idea in different scope
I was talking about return type or value void will be no return value
Mejid says void is return type
I says void means no return so no return type it's simple.
There's no fault made by myself but Mejid thinks I am asking What's the issue
No void in assembly is doesn't replace return value in eax
Читать полностью…I have forgotten most of the details, but on x86 systems, theres always a controller like kernel32 dll. The os loader PROC: invokes thing loads sys lib like ntdll dll and kernel32.dll, and eventually hands control to the program entry point through the c runtime that sets up and calls main!
Then afte ret instruction, and if there’s a return value, it goes into eax...so i assume..The JVM inserts the return opcode. the method stack unwinds.
cxecution continues.
An sure return is there!
Just like %eax in abi compliant returns, just like ret in x86, same concept, different abstraction.
If he said or asked anyone it will be Java main method has no return type
Читать полностью…Lot misunderstanding lol, the dani one is saying there is no return type because it is void (void is nothing) and mejid is saying there is because void it self is return type. It depends on how you define "return type".
Читать полностью…Job Title: Prompt Engineer (Google VEO editor)
Company: Afroel Tech
Registered Startup💡
View Rate:🟢 80%-100% Excellent
Salary: Negotialble
Deadline: 10-7-2025
Description:
We are looking for an effective prompt engineer who are capable of the following requirements:
Requirements:
✔ Proficient in Amharic & English (written & spoken)
✔ Strong AI prompt engineering skills (ChatGPT, Gemini, etc.)
✔ Must be have experience in video editing in Veo 3 and Premiere Pro
✔ Ability to manage social media with AI-generated content
Responsibilities:
Generate high-quality AI prompts for content creation
Edit & optimize videos (AI & traditional tools)
Manage & grow social media platforms
Reviewed & Approved by Maroset
Share Remote Jobs with others
if it can be edited edit the answer and the explanation u gave its wrong
Читать полностью…Phi thinks control in microprocessor level but in low level it's different as Java has low level key conversion runner loader jvm it's using as back door am taking about front desk code instructions of Java
Читать полностью…A void function in high level language doesn't return value
Where as in
Assembly function that return void don't place any value in eax just execution of ret instructions.
this goes over my head .... im not even gonna pretend that i understood it
Читать полностью…I said it's not classical c++ which contains both int main and void main as main method in java only main method has no return type
Читать полностью…