Multiple choice technology programming languages You can create COM Dll’s using VB.NET True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation You can create COM DLLs using VB.NET by exposing classes through COM Interop (marking classes with ComVisible(true)). Thus, the statement that you cannot create COM DLLs using VB.NET is false, making 'False' the correct option.